Change email address of user
Hi all,
How can I change the email address of user on Bytesafe ?
Thank you.
Hi @wonhee0410!
All users are stored in the database table login_password. To update an email address you’ll need to update the email field for the user.
Hope that helps.
Best, Daniel
Hi @wonhee0410!
All users are stored in the database table login_password. To update an email address you’ll need to update the email field for the user.
Hope that helps.
Best, Daniel
Thank you.
So if I want to reset user password directly from database, how can I do that ?
You're welcome. Changing passwords will have to be done using
https://<domain>/change-password
as passwords are encrypted in the database.