-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add a warning for disallowed email domains #29658
Conversation
related to #29660? |
My suggestion: ps: does other options effect it? e.g. something like email domain not allowed. |
Yes. Maybe |
Not sure how to add the warning to the API. Maybe something like this? gitea/routers/api/v1/repo/repo.go Lines 1190 to 1192 in 9dc8a63
|
Searched a lot, and normally there are three solutions:
It seems that there's no normal rules. |
Looks like |
Thanks for your notification. I didn't notice that. |
* giteaofficial/main: Some performance optimization on dashboard and issues page (go-gitea#29010) Remove jQuery AJAX from the issue branch reference selection (go-gitea#29722) Lazy load object format with command line and don't do it in OpenRepository (go-gitea#29712) remove repetitive words (go-gitea#29695) Sync branches first (go-gitea#29714) Add a warning for disallowed email domains (go-gitea#29658) Fix inconsistent rendering of block mathematical expressions (go-gitea#29677)
Resolve #29660
Follow #29522 and #29609
Add a warning for disallowed email domains when admins manually add/edit users.
Thanks @yp05327 for the comment