userman v0.1.1 (2014-08-08T12:16:30Z)
Dub
Repo
User
userman
controller
Undocumented in source.
class
User {
BsonObjectID
_id
;
bool
active
;
bool
banned
;
string
name
;
string
fullName
;
string
email
;
string
[]
groups
;
string
activationCode
;
string
resetCode
;
BsonDate
resetCodeExpireTime
;
AuthInfo
auth
;
Bson
[
string
]
properties
;
bool
isInGroup
(string name);
}
Members
Functions
isInGroup
bool
isInGroup
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_id
BsonObjectID
_id
;
Undocumented in source.
activationCode
string
activationCode
;
Undocumented in source.
active
bool
active
;
Undocumented in source.
auth
AuthInfo
auth
;
Undocumented in source.
banned
bool
banned
;
Undocumented in source.
email
string
email
;
Undocumented in source.
fullName
string
fullName
;
Undocumented in source.
groups
string
[]
groups
;
Undocumented in source.
name
string
name
;
Undocumented in source.
properties
Bson
[
string
]
properties
;
Undocumented in source.
resetCode
string
resetCode
;
Undocumented in source.
resetCodeExpireTime
BsonDate
resetCodeExpireTime
;
Undocumented in source.
Meta
Source
See Implementation
userman
controller
classes
Group
User
UserManController
functions
generateActivationCode
structs
AuthInfo