aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/db.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-21/+40
| | | | PHPBB3-12574
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
| | | | PHPBB3-13450
* Merge pull request #3068 from marc1706/ticket/13204Joas Schilling2014-11-211-1/+1
|\ | | | | | | [ticket/13204] Tell user that password was incorrect when exceeding attempts
| * [ticket/13204] Tell user that password was incorrect when exceeding attemptsMarc Alexander2014-11-021-1/+1
| | | | | | | | | | | | | | | | At the end of the login method, the captcha was entered correctly and only the password was incorrect. Therefore, just tell the user that the password was incorrect. He will see that he still needs to enter a captcha. PHPBB3-13204
* | [ticket/13332] Remove useless $result assignmentMarc Alexander2014-11-111-1/+1
| | | | | | | | PHPBB3-13332
* | [ticket/13332] Pass user row to passwords manager check methodMarc Alexander2014-11-111-2/+2
|/ | | | PHPBB3-13332
* [ticket/11854] Fix the factory in \phpbb\auth\provider\dbTristan Darricau2014-08-111-2/+12
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-7/+1
| | | | PHPBB3-11854
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-3/+2
| | | | PHPBB3-12352
* [ticket/12352] Remove code for converting passwords in db auth providerMarc Alexander2014-06-011-66/+1
| | | | PHPBB3-12352
* [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-1/+2
| | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-8/+0
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-11/+19
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-9/+11
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+297
PHPBB3-11698