Gestion des utilisateurs

This commit is contained in:
William Bouzourène 2025-01-02 21:18:56 +01:00
parent 157c33227e
commit 9d25ca20df
14 changed files with 576 additions and 26 deletions

View file

@ -11,7 +11,7 @@ type User struct {
Name string
Email string
Password string
TotpSercet sql.NullString
TotpSecret sql.NullString
IsAdmin bool
SkipWelcome bool
}