opigno can't send email reset password

hendrikob
Forums
Hi all. i have a problem this day when i try to access to my web page, opigno cant recognize me, i change manually via phpmyadmin the admin name for the original name (the name i was provide), but when i try to reset my password via opigno, it can't send me an e-mail, i try to test with another usernames and e-mails and work, but with my admin e-mail doesn't work. what i can do?
James Aparicio

Hi hendrikob,

Hi hendrikob,

You probably have an issue with the email configururation on your server.

To change the password of an user you can do it with drush and the root of the site:

 

drush upwd --password="myNewSecretPassword" "admin"

 

Best regards