aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/convert_password.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-3/+3
| | | | PHPBB3-12715
* [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-011-6/+7
| | | | PHPBB3-12352
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-011-8/+0
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-011-0/+50
This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352