sapplica / sentrifugo

Sentrifugo is a FREE and powerful Human Resource Management System (HRMS) that can be easily configured to meet your organizational needs.
http://www.sentrifugo.com/
GNU General Public License v3.0
484 stars 426 forks source link

No email is sent by "Forgot Password" #329

Open xfeo opened 4 years ago

xfeo commented 4 years ago

Hello,

I am utilising "Sentrifo V3.2"; the Setrifugo server email works properly for everything except for the user password recover... No email is sent by "Forgot Password".

What can I do to recover the users' password?

Thanks in advance,

Kind Regards.

BigOreo commented 4 years ago

I am not sure about the email issue for password recorvery but you could update the user's password if you have access to the database. You generate a MD5 password (I use https://www.md5hashgenerator.com) and over ride the user's "password" field in the main_users table. An example of a MD5 password you can use: Password: temp --> 3d801aa532c1cec3ee82d87a99fdf63f

Make sure to ask them to change their password once they get entry.

sundayayandele commented 3 years ago

You can also write a simple command like update table_name set password = md5('new_password') where condition