Hey guys, In regards of this defect: http://scarab.werken.com/scarab/issues/id/TTWS44
The username cannot be changed in the LDAPSecurityService because it is the primary_key for the Users. Neither I think it is a good idea to change it in DBSecurirtyService using the DBSecurityService:store(User user) method. However, I understand the need to change the username, but I would suggest to have a different method 'void renameUser(Usert user, String name)'. This is consistent with the way many Web pages operate, they let you change your information in one page but if you want to change your account name you have to go to a diffferent page. The alternative is to restructure the LDAPSecurityService to use a unique integer id. At this moment I don't know what the implications would be. I will think about it tonight. -- Humberto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
