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