User Tools

Site Tools


stats:proc:changepassword

This is an old revision of the document!


Change Password

changePassword(ident uid, ident username, string password) {
  assume exists //accounts/account[uid]/admin || uid = username;
 
  assume exists //accounts/account[username]; # implicitly true in OO implementations
 
  update //accounts/account[username]/password password;
}
stats/proc/changepassword.1318427753.txt.gz · Last modified: 2011/10/12 15:55 by Patrick Michel