Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Users should be able to edit its own details (like email) and change their password
Of course thay can't edit their permissions or username
Reuse as much as possible the edit user page already done for administrators
Make sure the user id / username is not passed as argument anywhere, it must be retrieved by the UserManager object, to avoid dependency on acegi in maven-user-core i'm gonna create an interface there and add an implementation in maven-user-acegi
I'm thinking that, to reuse the same edit.jsp page in maven-user-webapp, we could use the authz taglib to disable the username text field and disable the stuff for editing the permissions. But wouldn't that tie acegi up with maven-user-webapp too much? Or am I just missing something?