]> git.mxchange.org Git - friendica.git/commit
Move the 'authenticate' hook deeper into the authentication flow so that password...
authorvery-ape <git@verya.pe>
Wed, 19 May 2021 19:57:58 +0000 (12:57 -0700)
committervery-ape <git@verya.pe>
Wed, 19 May 2021 20:11:31 +0000 (13:11 -0700)
commit9ddaabc22d2cb0d93214db526e15aa458c571ae1
tree019d76add29e8dd517aa3d5a3761ea43949e221c
parent6434d018c89a880bd667dc7d9185e6a7b16f0718
Move the 'authenticate' hook deeper into the authentication flow so that password authentication addons are consulted whenever a user's password needs confirming.
doc/Addons.md
src/Model/User.php
src/Security/Authentication.php