Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: GitHub <noreply@gi...> - 2013-05-21 16:00:12
|
Branch: refs/heads/master-1.2.x Home: https://github.com/mantisbt/mantisbt Commit: a1cb667d3f47b953bf4b4aa0c9db7cd551c8b483 https://github.com/mantisbt/mantisbt/commit/a1cb667d3f47b953bf4b4aa0c9db7cd551c8b483 Author: Damien Regad <dregad@...> Date: 2013-05-21 (Tue, 21 May 2013) Changed paths: M core/user_api.php Log Message: ----------- Trigger error when resetting password for user with empty email When password reset is handled through verification e-mails, the administrator should not be able to reset the password if the user's e-mail is blank as the user won't receive the verification URL. Fixes #15893 Commit: 7c2273d6018a5378fcb8683e95d63b0214ce56c5 https://github.com/mantisbt/mantisbt/commit/7c2273d6018a5378fcb8683e95d63b0214ce56c5 Author: Damien Regad <dregad@...> Date: 2013-05-21 (Tue, 21 May 2013) Changed paths: M core/email_api.php M manage_user_update.php Log Message: ----------- Issue #15893: Improve logging when resetting user password Compare: https://github.com/mantisbt/mantisbt/compare/43abda60be61...7c2273d6018a |