-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
allow blank email #21704
Comments
Since git requires an email, I don't think an email address could be ignored? |
I trid to remove some valid function, so it can transfer register data with blank email from web to backend, but still failed:
so it is deeply required by some code.
but git allow blank email. for years I always begin my new git environment by this : git config --global user.email "" and there is no problem at all. if you use git as a standard, I think we should allow blank email, just like git does. the fact is , nowadays email is never used, except for register github. specially , for internal team usage , there is no need to fore use email. |
You can use false email address like myname@myorg.com and disable email confirmation in app.ini |
yeah, I already did this. just tired to type a fake email for each person. I'd like to change it by myself. but seems a little complicated... |
In addition to Git not really forcing you to use an email address, a user might not even want to create commits, only read the source code and use the issue tracker. By the way, Gitea doesn't even allow addresses with only a top domain after the |
This is too complicated and I couldn't find more benefit to implementing it. |
how to disable email conformation in app ini. |
Using gitea for internal repo manager is kinda hard right now. There are no private invites so I have to create user accounts manually, so I have to make up email addresses. It's not elegant to put it mildly |
Feature Description
hi, for decades we never use email. why every account should have an email ?
I wish email is not a required field when create a new user.
I modified custom\templates\admin\user\new.tmpl but it seems that the requirement is deep in server backend.
please add an option to disable email requirement, or can someone kindly point to me where to modify it by myself.
Screenshots
No response
The text was updated successfully, but these errors were encountered: