User Tools

Site Tools


stats:proc:validateaccount

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stats:proc:validateaccount [2011/10/13 23:15]
Patrick Michel
stats:proc:validateaccount [2013/07/10 12:32]
Line 1: Line 1:
-====== Validate Account ====== 
- 
-<code xcend> 
-validateAccount(string 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;​ 
-} 
-</​code>​ 
  
stats/proc/validateaccount.txt ยท Last modified: 2013/07/10 12:32 (external edit)