From 0eb6dbf57f26800fdefa0fcf42c06909e81bce49 Mon Sep 17 00:00:00 2001 From: Kevin Reiss Date: Fri, 29 Jul 2022 10:45:53 -0500 Subject: [PATCH] Draft of accounts. --- docs/accounts.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/accounts.md diff --git a/docs/accounts.md b/docs/accounts.md new file mode 100644 index 000000000..c3dd7ceb3 --- /dev/null +++ b/docs/accounts.md @@ -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. + + +