$def with (uid, users)
<html>
<head>
-<title>Laurentian LDAP->Conifer account creation</title>
+<title>Laurentian LDAP->Conifer account create/sync</title>
<style>
:invalid {
border-color: #e88;
</style>
</head>
<body>
-<h1>Laurentian LDAP->Conifer account creation</h1>
+<h1>Laurentian LDAP->Conifer account create/sync</h1>
$if uid:
$if len(users):
$for user, barcode in users:
$else:
<p>Tried to create user with ID # $uid, but we either could not find a
match, or it may already exist in Conifer.</p>
+ <p>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).</p>
<h2>Create an account</h2>
<form action="/">
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.</p>
+<p>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).</p>
</body>
</html>