aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/ucp/controller/reset_password.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-1/+1
* [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-031-2/+2
* [ticket/11327] Adjust code per review commentsMarc Alexander2019-10-031-17/+18
* [ticket/11327] Use http_exception instead of trigger_errorMarc Alexander2019-09-011-1/+4
* [ticket/11327] Move html output to reset password html fileMarc Alexander2019-08-301-2/+6
* [ticket/11327] Use U_ prefix for reset password URL template variableMarc Alexander2019-08-261-7/+7
* [ticket/11327] Clean up code style a bitMarc Alexander2019-08-221-12/+11
* [ticket/11327] Clean up code a bitMarc Alexander2019-08-101-20/+23
* [ticket/11327] Update tests to reflect changesMarc Alexander2019-08-101-2/+2
* [ticket/11327] Finish up initial version of password reset systemMarc Alexander2019-08-101-48/+82
* [ticket/11327] Continue with implementation of password reset functionalityMarc Alexander2019-08-101-122/+133
* [ticket/11327] Adjust wording of forgot password emailMarc Alexander2019-08-091-2/+2
* [ticket/11327] Split up into forgot password and reset passwordMarc Alexander2019-08-091-5/+153
* [ticket/11327] Adjust display of page titleMarc Alexander2019-08-081-4/+1
* [ticket/11327] Refactor ucp_remind to reset_password controllerMarc Alexander2019-08-081-40/+109
* [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-081-0/+174