edit users

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,

We can’t give you the password because we don’t have the password…
(we only store a hash format of the password, encrypted)

what i can give you is

boolean checkPassword(String username,String password)

besides:

changeUsername(userid,newUsername)
changeGroupname(groupid,newGroupname)

GREAT… THANX A MILLION AGAIN AND AGAIN AND…

In Servoy 2.0 rc5 and onwards it will not longer be possible to change the “administrators” groupname.

Very good…