Add support for email address changes. (#1401)
Showing
- config/vufind/config.ini 11 additions, 2 deletionsconfig/vufind/config.ini
- languages/en.ini 8 additions, 0 deletionslanguages/en.ini
- module/VuFind/config/module.config.php 4 additions, 3 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/sql/migrations/pgsql/6.1/001-modify-user-columns.sql 9 additions, 0 deletions...Find/sql/migrations/pgsql/6.1/001-modify-user-columns.sql
- module/VuFind/sql/mysql.sql 2 additions, 0 deletionsmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 2 additions, 0 deletionsmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Auth/CAS.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/CAS.php
- module/VuFind/src/VuFind/Auth/Database.php 7 additions, 6 deletionsmodule/VuFind/src/VuFind/Auth/Database.php
- module/VuFind/src/VuFind/Auth/Facebook.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Auth/Facebook.php
- module/VuFind/src/VuFind/Auth/ILS.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/ILS.php
- module/VuFind/src/VuFind/Auth/Manager.php 38 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/Manager.php
- module/VuFind/src/VuFind/Auth/Shibboleth.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/Shibboleth.php
- module/VuFind/src/VuFind/Controller/AlmaController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/AlmaController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 137 additions, 7 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/Db/Row/User.php 22 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/User.php
- module/VuFind/src/VuFind/Db/Table/User.php 3 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/User.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AccountActionsTest.php 73 additions, 0 deletions...egration-tests/src/VuFindTest/Mink/AccountActionsTest.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php 21 additions, 1 deletion...Find/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php
- themes/bootstrap3/templates/myresearch/changeemail.phtml 32 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/changeemail.phtml
- themes/bootstrap3/templates/myresearch/profile.phtml 6 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/profile.phtml
Please register or sign in to comment