Skip to content

Commit

Permalink
Draft of accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinreiss committed Jul 29, 2022
1 parent ae5fbf6 commit 0eb6dbf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/accounts.md
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.



0 comments on commit 0eb6dbf

Please sign in to comment.