mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-21 02:49:20 +08:00
新增:ldap用户OTP认证(同步ldap用户到本地【仅作为管理otp秘钥,支持ldap用户下发客户端证书】)
新增:支持用户批量发送邮件,批量删除
This commit is contained in:
@@ -26,6 +26,7 @@ type Group struct {
|
||||
|
||||
type User struct {
|
||||
Id int `json:"id" xorm:"pk autoincr not null"`
|
||||
Type string `json:"type" xorm:"varchar(20) default('local')"`
|
||||
Username string `json:"username" xorm:"varchar(60) not null unique"`
|
||||
Nickname string `json:"nickname" xorm:"varchar(255)"`
|
||||
Email string `json:"email" xorm:"varchar(255)"`
|
||||
|
Reference in New Issue
Block a user