userman ~master (2020-06-09T07:53:37Z)
Dub
Repo
User
userman
db
controller
Undocumented in source.
struct
User {
alias
ID
=
.
ID
!
User
;
@.
name
("_id")
ID
id
;
bool
active
;
bool
banned
;
string
name
;
string
fullName
;
string
email
;
string
[]
groups
;
string
activationCode
;
string
resetCode
;
SysTime
resetCodeExpireTime
;
AuthInfo
auth
;
Json
[
string
]
properties
;
bool
isInGroup
(string group);
}
Members
Aliases
ID
alias
ID
=
.
ID
!
User
Undocumented in source.
Functions
isInGroup
bool
isInGroup
(string group)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
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.
id
ID
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
properties
Json
[
string
]
properties
;
Undocumented in source.
resetCode
string
resetCode
;
Undocumented in source.
resetCodeExpireTime
SysTime
resetCodeExpireTime
;
Undocumented in source.
Meta
Source
See Implementation
userman
db
controller
classes
UserManController
functions
createUserManController
generateActivationCode
generatePasswordHash
validatePasswordHash
structs
AuthInfo
Group
User