From f4ae63a3099bec71af2f126148c26c84ab791db1 Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 9 Jun 2011 14:55:47 +0000 Subject: [PATCH] NIHVIVO-2299 NIHVIVO-2279 cleanup --- .../vitro/webapp/dao/VitroVocabulary.java | 3 +- .../web/templates/edit/specific/user_edit.jsp | 100 ------------------ 2 files changed, 2 insertions(+), 101 deletions(-) delete mode 100644 webapp/web/templates/edit/specific/user_edit.jsp diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java index 706b665cb..37ab827a3 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java @@ -169,7 +169,8 @@ public class VitroVocabulary { // =============== Vitro User vocabulary ================================= -// public static final String MAY_EDIT_AS = vitroURI+"mayEditAs"; + // TODO JB This should go away when the new method of associating UserAccounts with Individuals is in place. + public static final String MAY_EDIT_AS = vitroURI+"mayEditAs"; // =============== Vitro UserAccount and PermissionSet vocabulary =========== diff --git a/webapp/web/templates/edit/specific/user_edit.jsp b/webapp/web/templates/edit/specific/user_edit.jsp deleted file mode 100644 index 32d6ea3a1..000000000 --- a/webapp/web/templates/edit/specific/user_edit.jsp +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - request.setAttribute("requestedActions", new ManageUserAccounts()); - - - - - -
- - - -
- - - - - - -
-
- -
-
-
- - - -
-
- - - - - -
-
-
- - -
-
- - - -

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.
- -
-
-
-