chore(users): add missing azure id field for UsersAdd
This commit is contained in:
parent
3c4e6b62fb
commit
608d8a3661
@ -36,6 +36,7 @@ adminUserForm template = renderAForm FormStandard
|
|||||||
<*> areq (emailField & cfCI) (fslI MsgAdminUserEmail) (audEmail <$> template)
|
<*> areq (emailField & cfCI) (fslI MsgAdminUserEmail) (audEmail <$> template)
|
||||||
<*> areq (textField & cfStrip & cfCI) (fslI MsgAdminUserIdent) (audIdent <$> template)
|
<*> areq (textField & cfStrip & cfCI) (fslI MsgAdminUserIdent) (audIdent <$> template)
|
||||||
<*> areq (selectField optionsFinite) (fslI MsgAdminUserAuth & setTooltip MsgAdminUserAuthTooltip) (audAuth <$> template <|> Just AuthKindLDAP)
|
<*> areq (selectField optionsFinite) (fslI MsgAdminUserAuth & setTooltip MsgAdminUserAuthTooltip) (audAuth <$> template <|> Just AuthKindLDAP)
|
||||||
|
<*> aopt uuidField (fslI MsgAdminUserAzureId) (audAzureId <$> template)
|
||||||
|
|
||||||
-- | Like `addNewUser`, but starts background jobs and tries to notify users, if applicable (i.e. /= AuthNoLogin )
|
-- | Like `addNewUser`, but starts background jobs and tries to notify users, if applicable (i.e. /= AuthNoLogin )
|
||||||
addNewUserNotify :: AddUserData -> Handler (Maybe UserId)
|
addNewUserNotify :: AddUserData -> Handler (Maybe UserId)
|
||||||
|
|||||||
Reference in New Issue
Block a user