User Tools

Site Tools


stats:proc:deleteaccount

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stats:proc:deleteaccount [2011/09/28 21:17]
Patrick Michel
stats:proc:deleteaccount [2011/09/29 19:30]
Patrick Michel
Line 1: Line 1:
-====== ​Remove ​Account ======+====== ​Delete ​Account ======
  
 <code xcend> <code xcend>
-removeAccount(ident username) {+deleteAccount(ident uid, ident username) { 
 +  assume exists //​accounts/​account[uid]/​admin;​ 
 +  assume uid != username; # or do we want to allow an admin to delete himself? 
   assume exists //​accounts/​account[username];​   assume exists //​accounts/​account[username];​
   ​   ​
stats/proc/deleteaccount.txt · Last modified: 2013/07/10 12:34 (external edit)