Revert "Merge branch 'master' of gitlab.ifi.lmu.de:fradrive/fradrive"

This reverts commit b732479d89
This commit is contained in:
Steffen Jost 2023-01-12 16:59:01 +01:00
parent b732479d89
commit a0338a40a1

View File

@ -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