Frequently Asked Questions
Allow users reset their own passwords
Last Updated 4 years ago
Only administrator can reset developers and users accounts' passwords.
You can open config/config.inc.php and edit allow_reset_password_on_premise entry:
You can open config/config.inc.php and edit allow_reset_password_on_premise entry:
$config['allow_reset_password_on_premise'] = TRUE;The "Forgot password" link will be shown at the login page.