welcome: please sign in

Diff for "UserManagement"

Differences between revisions 5 and 12 (spanning 7 versions)
Revision 5 as of 2011-04-21 01:48:50
Size: 61
Editor: unassigned
Comment: HHIS I should have tohught of that!
Revision 12 as of 2013-01-11 08:44:18
Size: 554
Editor: ClintonEbadi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
HHIS I should have tohught of that! We use a few custom scripts for managing users.

See AuthenticationScheme for background information.

 * `create-user $USER` creates a new "real" user (human being)
 * `create-service-user $USER` creates a new shared service user. Also see PrincipalsForNonHumans
 * `freeze` for freezing members that will have a negative balance soon (see MemberFreezing)
 * `destroy-user $USER` deactivates the user account, saving their volume for a later purge (or reactivation if they rejoin quickly)
Line 3: Line 11:
CategoryCategory CategorySystemAdministration CategoryNeedsWork

We use a few custom scripts for managing users.

See AuthenticationScheme for background information.

  • create-user $USER creates a new "real" user (human being)

  • create-service-user $USER creates a new shared service user. Also see PrincipalsForNonHumans

  • freeze for freezing members that will have a negative balance soon (see MemberFreezing)

  • destroy-user $USER deactivates the user account, saving their volume for a later purge (or reactivation if they rejoin quickly)


CategorySystemAdministration CategoryNeedsWork

UserManagement (last edited 2013-01-11 08:44:18 by ClintonEbadi)