Welcome page on first login or after password change
This commit is contained in:
parent
f984d0cfad
commit
3e4b5a811a
7 changed files with 230 additions and 6 deletions
|
|
@ -8,10 +8,11 @@ import (
|
|||
|
||||
type User struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Email string
|
||||
Password string
|
||||
TotpSercet sql.NullString
|
||||
DisabledAt sql.NullTime
|
||||
IsAdmin bool
|
||||
Name string
|
||||
Email string
|
||||
Password string
|
||||
TotpSercet sql.NullString
|
||||
DisabledAt sql.NullTime
|
||||
IsAdmin bool
|
||||
SkipWelcome bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue