-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae5fbf6
commit 0eb6dbf
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Blacklight Login Scenarios | ||
|
||
## Unauthenticated User from main menu | ||
|
||
## Library Account - From the User Menu Bar | ||
* with Netid - devise user type "cas" | ||
* with your Alma active barcode -credentials are Last Name and active barcode devise user type "barcode" - this is a legacy option, no new accounts being set up in this fashion. | ||
* with your Alma internal account credentials (Username is the "primary identifer" field in user's Alma account, password is set and stored in Alma) - devise user type "alma" | ||
|
||
|
||
## Bookmarks and Search History - Blacklight User Account https://catalog.princeton.edu/bookmarks abd (Login option is buried in a link) | ||
a. with Netid - devise user type "cas" | ||
b. with your Alma active barcode -credentials are Last Name and active barcode devise user type "barcode" - this is a legacy option, no new accounts being set up in this fashion. | ||
c. with your Alma internal account credentials (Username is the "primary identifer" field in user's Alma account, password is set and stored in Alma) - devise user type "alma" | ||
|
||
|
||
## Unauthenticated User from a request page | ||
* with Netid - devise user type "cas" | ||
* with your Alma internal account credentials (Username is the "primary identifer" field in user's Alma account, password is set and stored in Alma) - devise user type "alma" | ||
* Request Login with Last Name and Barcode no longer permitted. | ||
|
||
|
||
|