- activateUser
void activateUser(string email, string activation_code)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGroup
void addGroup(string name, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
- addUser
void addUser(User usr)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteUser
void deleteUser(BsonObjectID user_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- enumerateUsers
void enumerateUsers(int first_user, int max_count, void delegate(ref User usr) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUser
User getUser(BsonObjectID id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserByEmail
User getUserByEmail(string email)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserByEmailOrName
User getUserByEmailOrName(string email_or_name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserByName
User getUserByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserCount
long getUserCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- inviteUser
BsonObjectID inviteUser(string email, string full_name, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmailRegistered
bool isEmailRegistered(string email)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerUser
BsonObjectID registerUser(string email, string name, string full_name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestPasswordReset
void requestPasswordReset(string email)
Undocumented in source. Be warned that the author may not have intended to support it.
- resendActivation
void resendActivation(string email)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetPassword
void resetPassword(string email, string reset_code, string new_password)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateUser
void updateUser(User user)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateUser
void validateUser(User usr)
Undocumented in source. Be warned that the author may not have intended to support it.