User Tools

Site Tools


stats:schema:account

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:schema:account [2011/11/03 12:33]
Patrick Michel
stats:schema:account [2013/07/10 12:50] (current)
Line 6: Line 6:
  
 <code xcend> <code xcend>
-  ​element accounts {                [ size(./​account/​admin) > 0 ] +  element account * username { 
-    ​element account * username { +    attribute lastName ​         { string } 
-      attribute lastName ​           { string } +    attribute firstName ​        ​{ string } 
-      attribute firstName ​          ​{ string } +    attribute email             ​{ string } 
-      attribute email               ​{ string } +    attribute password ​         { string } 
-      attribute password ​           { string } +    attribute code ?            { string } 
-      attribute code ?              { string } +    ​attribute reset ?           { string } 
-  + 
-      element admin ?               ​{ } +    ​element admin ?             ​{ } 
-      element examiner * exam       ​{[ exists ​//exams/​exam[./​exam]/​examiner[../​username] ]} +    element examiner * exam     ​{[ exists /​exam[./​exam]/​examiner[../​username] ]} 
-      element assistant * exercise ​ {[ exists ​//exercises/​exercise[./​exercise]/​assistant[../​username] ]} +    element assistant * exercise {[ exists /​exercise[./​exercise]/​assistant[../​username] ]} 
-      element tutor * exercise {     +    element tutor * exercise {     
-        element group * id          {[ exists ​//exercises/​exercise[../​exercise]/groups/​group[./​id]/​tutor[../​username] ]} +      element group * id        {[ exists /​exercise[../​exercise]/​group[./​id]/​tutor[..account/username] ]} 
-      }                              +    }                              
-      element student ? {            +    element student ? {            
-        attribute id                { ident [ count(., ​//accounts/​account/​student/​id) = 1 ]} +      attribute id              { ident [ count(., /​account/​student/​id) = 1 ]} 
-      }                              +    }                              
-    }                                +  } [ size(./​account/​admin) > 0 ]
-  }                                 ​+
 </​code>​ </​code>​
  
Line 32: Line 31:
  
 {{page>​stats:​proc:​changeAttributes (Account)&​noheader&​nofooter}} {{page>​stats:​proc:​changeAttributes (Account)&​noheader&​nofooter}}
 +
 +
 +==== Password Management ====
 +
 +{{page>​stats:​proc:​changePassword&​noheader&​nofooter}}
 +
 +{{page>​stats:​proc:​requestReset&​noheader&​nofooter}}
 +{{page>​stats:​proc:​resetPassword&​noheader&​nofooter}}
 +
 ==== Student Role ==== ==== Student Role ====
  
stats/schema/account.1320320005.txt.gz · Last modified: 2011/11/03 12:33 by Patrick Michel