dp-coder

Results 2 comments of 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,...

You're welcome. Changing passwords will have to be done using `https:///change-password` as passwords are encrypted in the database.