I really love the possibility to add users to the system. This solves the majority of my issues with this system. The rest is solved another, proprietary, way…
The only thing really missing imho is the possibility to edit a username and a groupname as well as to ask the password of a user.
The first two are not too important but I would like to give the user a possibility to change his own password but not without any double check on the old password…
In other words I would love to have a method string security.getPassWord(userid), Object security.editUser(userid, username), Object security.editGroup(grourid, groupname)…
Ciao,