form/admin: don't allow "+" in username/email

Jellyfin doesn't like this.
This commit is contained in:
Harvey Tindall
2024-08-24 14:21:15 +01:00
parent a7aa3fd53e
commit 6c30a1ff40
9 changed files with 64 additions and 9 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ func (app *appContext) NewUserFromConfirmationKey(invite Invite, key string, lan
nu.Log()
}
if !nu.Created {
respond(nu.Status, nu.Message, gc)
// respond(nu.Status, nu.Message, gc)
fail()
return
}