Announcement

Collapse
No announcement yet.

Update password in MYsql

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Update password in MYsql

    Hi Everybody,
    I hope you can help with this, I forgot my Espo password and didn't add an email address to my user so can't use the front end password reset. I have Mysql access to the DB, does anybody know if I can reset my admin users password directly in the DB ?
    Thanks in advance

  • #2
    Hi

    See hash function in
    application/Espo/Core/Utils/PasswordHash.php

    Write the script that will generate hash for your password the same way and store it.

    Comment

    Working...
    X