User Tools

Site Tools


stats:proc:validateaccount

This is an old revision of the document!


Validate Account

validateAccount(ident username, string code) {
  assume exists //accounts/account[username]/code; # implies existence of the account
 
  assume //accounts/account[username]/code = code;
 
  remove //accounts/account[username]/code;
}
stats/proc/validateaccount.1318540570.txt.gz · Last modified: 2011/10/13 23:16 by Patrick Michel