Fixed bug: ChoiceAuth fails if password confirmation wrong.
- This commit addresses a limitation in the original solution to VUFIND-1011. - A new validateCredentials() method has been added to differentiate password checks from login attempts.
Showing
- module/VuFind/src/VuFind/Auth/AbstractBase.php 25 additions, 4 deletionsmodule/VuFind/src/VuFind/Auth/AbstractBase.php
- module/VuFind/src/VuFind/Auth/ChoiceAuth.php 28 additions, 4 deletionsmodule/VuFind/src/VuFind/Auth/ChoiceAuth.php
- module/VuFind/src/VuFind/Auth/Manager.php 15 additions, 0 deletionsmodule/VuFind/src/VuFind/Auth/Manager.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 8 additions, 11 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
Please register or sign in to comment