Closed cmd-ntrf closed 1 year ago
The name of the parameter
accounts.require_admin_verify
is also up for discussion.
This works for me. I like it and think it makes sense to have it under accounts.
Contrary to previous version of Mokey, the email verification and admin verification are no longer mutually exclusive. The user can still verify its email, but if
accounts.require_admin_verify
istrue
, the account will not be enabled after the verification.
Sounds good :+1:
Ready for review.
Fix #121.
Marking this as draft as I haven't the chance to try it. The only thing I know for now is that it compiles.
The name of the parameter
accounts.require_admin_verify
is also up for discussion.Contrary to previous version of Mokey, the email verification and admin verification are no longer mutually exclusive. The user can still verify its email, but if
accounts.require_admin_verify
istrue
, the account will not be enabled after the verification.