From db2497cdff6756db87c1cae03faf3499d53a0e50 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 8 Oct 2015 11:53:38 -0400 Subject: [PATCH] Make the web form reflect the patron load/update Now that we sync the LDAP attributes directly through the web form, tell the user that. Signed-off-by: Dan Scott --- tools/patron-load/templates/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/patron-load/templates/index.html b/tools/patron-load/templates/index.html index 3087d83a56..9c1a0f1752 100644 --- a/tools/patron-load/templates/index.html +++ b/tools/patron-load/templates/index.html @@ -1,7 +1,7 @@ $def with (uid, users) -Laurentian LDAP->Conifer account creation +Laurentian LDAP->Conifer account create/sync -

Laurentian LDAP->Conifer account creation

+

Laurentian LDAP->Conifer account create/sync

$if uid: $if len(users): $for user, barcode in users: @@ -23,6 +23,9 @@ $if uid: $else:

Tried to create user with ID # $uid, but we either could not find a match, or it may already exist in Conifer.

+

If the account already existed in Conifer, then it will have been + updated to match the LDAP entry's first and last name, email address, + and affiliation with Laurentian (student, staff, faculty, alumnus).

Create an account

@@ -34,5 +37,8 @@ $if uid: input, checks the LDAP directory for a match, and then attempts to create an account in Conifer with a new barcode that will then be pushed back into the LDAP directory.

+

If the account already exists in Conifer, then it will be +updated to match the LDAP entry's first and last name, email address, +and affiliation with Laurentian (student, staff, faculty, alumnus).

-- 2.11.0