There was an error fetching the commit references. Please try again later.
Change the email authenticator to use database instead of session (#1520)
- Includes some more general bug fixes to email authentication.
Showing
- config/vufind/config.ini 4 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/config/module.config.php 2 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/sql/migrations/pgsql/6.1/004-add-auth-hash-table.sql 15 additions, 0 deletions...Find/sql/migrations/pgsql/6.1/004-add-auth-hash-table.sql
- module/VuFind/sql/mysql.sql 21 additions, 0 deletionsmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 18 additions, 0 deletionsmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Auth/ChoiceAuth.php 32 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/ChoiceAuth.php
- module/VuFind/src/VuFind/Auth/Email.php 5 additions, 2 deletionsmodule/VuFind/src/VuFind/Auth/Email.php
- module/VuFind/src/VuFind/Auth/EmailAuthenticator.php 47 additions, 33 deletionsmodule/VuFind/src/VuFind/Auth/EmailAuthenticator.php
- module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php 4 additions, 2 deletionsmodule/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php
- module/VuFind/src/VuFind/Db/Row/AuthHash.php 53 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/AuthHash.php
- module/VuFind/src/VuFind/Db/Row/PluginManager.php 1 addition, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/PluginManager.php
- module/VuFind/src/VuFind/Db/Table/AuthHash.php 145 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/AuthHash.php
- module/VuFind/src/VuFind/Db/Table/PluginManager.php 1 addition, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/PluginManager.php
- module/VuFind/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php 72 additions, 0 deletions...d/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php
- module/VuFindConsole/Module.php 1 addition, 0 deletionsmodule/VuFindConsole/Module.php
- module/VuFindConsole/config/module.config.php 1 addition, 0 deletionsmodule/VuFindConsole/config/module.config.php
- module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php 20 additions, 0 deletions...ndConsole/src/VuFindConsole/Controller/UtilController.php
Please register or sign in to comment