User Tools

Site Tools


stats:proc:revokeadminrights

Differences

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

Link to this comparison view

Next revision
Previous revision
stats:proc:revokeadminrights [2011/09/27 20:16]
Patrick Michel created
stats:proc:revokeadminrights [2013/07/10 12:32] (current)
Line 2: Line 2:
  
 <code xcend> <code xcend>
-revokeAdminRights(ident username) { +revokeAdminRights(ident uid, ident username) { 
-  assume exists ​//accounts/account[username]/​admin; ​# implies the account exists, which is implicitly true anyway+  assume exists /account[uid]/admin;
  
-  ​remove ​//accounts/​account[username]/​admin;​+  ​assume exists ​/account[username]/admin; # implies the account exists, which is implicitly true anyway 
 + 
 +  assume size(/​account/​admin) > 1; # kind of a practical constraint 
 + 
 +  remove ​/​account[username]/​admin;​
 } }
 </​code>​ </​code>​
  
stats/proc/revokeadminrights.1317147404.txt.gz · Last modified: 2011/09/27 20:16 by Patrick Michel