bytesafe-ce icon indicating copy to clipboard operation
bytesafe-ce copied to clipboard

Change email address of user

Open wonhee0410 opened this issue 2 years ago • 3 comments

Hi all,

How can I change the email address of user on Bytesafe ?

Thank you.

image

wonhee0410 avatar Dec 25 '23 02:12 wonhee0410

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

dp-coder avatar Dec 27 '23 15:12 dp-coder

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 ?

wonhee0410 avatar Jan 02 '24 02:01 wonhee0410

You're welcome. Changing passwords will have to be done using

https://<domain>/change-password

as passwords are encrypted in the database.

dp-coder avatar Jan 04 '24 09:01 dp-coder