-
Notifications
You must be signed in to change notification settings - Fork 510
Let admins add emails to users without validation #7116
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
Conversation
|
Thanks for the contribution. It's a bit unfortunate that you ignored this comment in the issue - it would have been a nice issue for a future member of our development team...
|
|
I thought it was for newcomers who could be your potential future members. |
|
@vasiliyk There are some lint issues, could you sort them out? |
|
@ThiefMaster , @tomasr8 should I check anything else to proceed with the PR? |
|
Hey, I simply did not have the time yet to thoroughly review it, and considering that this is security-sensitive code it's not something I want to rush. |
|
Let's keep it open, it's still something we would like to eventually merge. |
"Admin: skip email validation" checkbox added for admin user
- fix display issues - add explanation on the new option - remove obsolete code from validation - log skipped validation
A simple PR to implement #6872. Please let me know if it is ok. Thank you!
Make sure your code is complete 🌕:
Make sure that your code has no errors ✅:
eslintandruff(or the pre-commit hook)?pytest)Make sure others understand what has changed 📢:
CHANGES.rst(changelog for developers)