-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email validation for new bot user not required #3818
Comments
- Disable requiring email when creating bot users from flex tab - When bot selected disables verification, change password and welcome email fields
Submitting PR now. This is part of some overhaul to UX and validation logic when manually creating new users as admin. This step addresses the different requirements when creating bot users, i.e. not requiring email address, password change or welcome email. The UX side needs more work, the form could use more obvious validation states and visual indicators of required fields, also the field order should be changed to make dependent fields follow their parents and toggle entire display instead of just disable fields depending on context. I will resolve the second part after @Ethaan's work on #3679 has been pulled into core. |
Something new? |
Closing this in favor of #7125 to deal with the validation issue as part of more general update to bot user creation that may end up not requiring an email at all. |
Running #develop branch 0.35.0+
When creating user from admin interface, you must provide an email, or get the error "The field Email is required". Is this actually necessary for bot users though, do bots get notifications?
I notice Rocket.Cat has no email, so its obviously not breaking anything. I'd like to avoid having to invent arbitrary variations on email addresses for my small army of Hubots.
The text was updated successfully, but these errors were encountered: