Gestion des utilisateurs
This commit is contained in:
parent
7d71923d4f
commit
efd8912648
14 changed files with 576 additions and 26 deletions
|
|
@ -11,7 +11,7 @@ type User struct {
|
|||
Name string
|
||||
Email string
|
||||
Password string
|
||||
TotpSercet sql.NullString
|
||||
TotpSecret sql.NullString
|
||||
IsAdmin bool
|
||||
SkipWelcome bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue