user current
current (uid)="chris"
current(password)="xyz"
// The above statement will cause the password to be set to "xyz"
// if the logged in user is changing his/her own password,
// if admin is changing another user's password it will be reset to "password".
"Password of User chris has been changed !!"
|