mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Added ability to change the users Name and Email to the User Options page.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3493 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -64,6 +64,16 @@ public final class User
|
||||
this.person = person;
|
||||
}
|
||||
|
||||
/**
|
||||
* Forces a clear of any cached or calcluated values
|
||||
*/
|
||||
public void reset()
|
||||
{
|
||||
this.fullName = null;
|
||||
this.administrator = null;
|
||||
this.preferences = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return The user name
|
||||
*/
|
||||
@@ -114,7 +124,6 @@ public final class User
|
||||
{
|
||||
return this.ticket;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return Returns the person NodeRef
|
||||
|
Reference in New Issue
Block a user