Added support for fetching VuFind account in ILS login by patron ID (#905)
- Added support for fetching VuFind account in ILS login primarily by the patron ID that the ILS driver returns. This allows long-term consistency if other user details like barcodes change. - Note that this new field is currently ONLY populated when ILS authentication is used; it is ignored under other circumstances.
Showing
- module/VuFind/sql/migrations/pgsql/4.0/002-modify-user-columns.sql 8 additions, 0 deletions...Find/sql/migrations/pgsql/4.0/002-modify-user-columns.sql
- module/VuFind/sql/mysql.sql 3 additions, 1 deletionmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 3 additions, 1 deletionmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Auth/ILS.php 10 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/ILS.php
- module/VuFind/src/VuFind/Db/Row/User.php 14 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/User.php
- module/VuFind/src/VuFind/Db/Table/User.php 13 additions, 1 deletionmodule/VuFind/src/VuFind/Db/Table/User.php
Please register or sign in to comment