Email is unique for people + start work on authelia integration

This commit is contained in:
William Bouzourène 2026-03-13 14:42:40 +01:00
parent 76981f31c8
commit aeb43e4775
Signed by: bouzoure
GPG key ID: 423440D735B56BE2
9 changed files with 82 additions and 4 deletions

View file

@ -10,7 +10,7 @@ import (
type User struct {
gorm.Model
Name string
Email string
Email string `gorm:"unique"`
Password string
TotpSecret sql.NullString
IsAdmin bool