mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix adding a new user and don't allow to add non-local users
The user structure must provide the correct account source now.
This commit is contained in:
@ -85,6 +85,7 @@ getUser model =
|
||||
, email = model.email
|
||||
, state = state
|
||||
, password = model.password
|
||||
, source = "local"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user