Merge branch 'revert-b732479d' into 'master'
Revert "Merge branch 'master' of gitlab.ifi.lmu.de:fradrive/fradrive" See merge request fradrive/fradrive!14
This commit is contained in:
commit
4db2649007
@ -78,6 +78,7 @@ adminUserForm template = renderAForm FormStandard
|
||||
addNewUser :: AdminUserForm -> Handler (Maybe UserId)
|
||||
addNewUser = addNewUser' True
|
||||
|
||||
-- | Like `addNewUser`, but tries to avoid user notification. A notficiation is necessary for AuthPWHash.
|
||||
addNewUserNoNotfication :: AdminUserForm -> Handler (Maybe UserId)
|
||||
addNewUserNoNotfication = addNewUser' False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user