From 6eac5a30c4e04fb54b58cf473efaa65bd65743a4 Mon Sep 17 00:00:00 2001 From: bdc34 Date: Thu, 8 Apr 2010 18:42:20 +0000 Subject: [PATCH] Undoing last revision --- webapp/config/web.xml | 8 +++- .../web/templates/edit/specific/user_edit.jsp | 45 +++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/webapp/config/web.xml b/webapp/config/web.xml index 95ad7c0e4..e5f2f3aca 100644 --- a/webapp/config/web.xml +++ b/webapp/config/web.xml @@ -115,7 +115,13 @@ edu.cornell.mannlib.vitro.webapp.auth.policy.setup.SelfEditingPolicySetup - + + + + + edu.cornell.mannlib.vitro.webapp.auth.identifier.UserToIndIdentifierFactorySetup + + edu.cornell.mannlib.vitro.webapp.auth.policy.setup.EditorEditingPolicySetup diff --git a/webapp/web/templates/edit/specific/user_edit.jsp b/webapp/web/templates/edit/specific/user_edit.jsp index 55821c8da..5e1b4f279 100644 --- a/webapp/web/templates/edit/specific/user_edit.jsp +++ b/webapp/web/templates/edit/specific/user_edit.jsp @@ -45,6 +45,51 @@ + + +

Associate user account with a person

+ + + + + ${user.URI} + ${stmt.propertyURI} + ${stmt.objectURI} + admin/mayEditAs.jsp + + + + + + + + + + + + + + + + + +
+ + + + + + + ${associatedIndividual} -- Change or Remove Association +
Note: This association allows the user to edit this person and be redirected to the person's profile when logging in.This association will result in the user being redirected to the person's profile when logging in.
+ + ${user.URI} + admin/mayEditAs.jsp + + This user account is not associated with a person -- Select a person +
Note: Until an association is made, the self editor has no permissions to edit. Associating this user account to a person allows the user to edit this person and be redirected to the person's profile when logging in.Associating this user account to a person will result in the user being redirected to the person's profile when logging in.
+ +