Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶ added in v0.4.1
type User struct { web.Model FullName string Email string Password string DomainID uint Enable bool Domain Domain }
User user
func (*User) ChkPassword ¶ added in v0.4.1
ChkPassword check password
func (*User) SetPassword ¶ added in v0.4.1
SetPassword set password (SSHA512-CRYPT)
Click to show internal directories.
Click to hide internal directories.