Manually Update User Email
Manually update a Monolith user email address in an on-premises deployment using MySQL Workbench.
If a user's email address changes and needs to be updated directly in an on-premises Monolith environment, the change can be made in the Monolith database using MySQL Workbench.
Direct database changes should be performed carefully by an administrator familiar with the Monolith database. Confirm that you are editing the correct user record before applying the change.
Update the User Email
Install and open MySQL Workbench.
Create or open a connection to the MySQL server used by your Monolith deployment.
In the Schemas panel, locate the Monolith database and expand its tables.
Open the
userstable to view the Monolith user records.Find the user whose email address needs to be changed.
Select the user's email field and enter the new email address.
Select Apply.
Review the generated change and select Apply again to confirm it.
After the update is complete, the user can sign in to Monolith using the new email address.
Video Walkthrough
The following video demonstrates the on-premises user email update process.
Related Documentation
Last updated
Was this helpful?