Important Considerations
- Multi-Company Accounts: Users may belong to multiple companies within WorkSuite SaaS, which complicates changing credentials. Ensure you have proper authorization before proceeding.
- Data Security: Changing credentials directly in the database should only be done by a trusted individual. Always ensure backups are made before making any changes.
Changing User Email
- Access phpMyAdmin: Log in to your phpMyAdmin account.
- Select the Database: Choose the database associated with your WorkSuite SaaS.
- Locate the Tables:Navigate to the following tables:
user_auths
users
- Edit User Email:
- In each table, find the record for the user whose email you need to change.
- Edit the email field and save the changes.
Resetting User Password
- Locate the Table: Go to the
user_auths
table. - Edit User Record: Find the specific user record whose password you need to reset.
- Generate New Password Hash:
- Visit 2ri.cc/tools/bcrypt-generator.
- Enter the new password and generate the bcrypt hash.
- Update Password Field:
- Copy the generated hash.
- In phpMyAdmin, paste the hash into the password field of the user’s record.
- Ensure the function dropdown is set to “None.”
- Save Changes: Submit the form to update the password.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article