-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
ALLOW_ONLY_EXTERNAL_REGISTRATION Appears to have no effect #4226
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
Comments
Can you try setting |
My bad. I actually have the same issue where I need to create a standard account beforehand and allow the user to link it himself. This is a bug/evolution already described in #3520 |
Marking as duplicate of #3520 than, please reopen if it is not |
@lafriks I don't think this is a dup. They are discussing different config options. I think a core dev may need to read both issues and make a determination, but they seem different to me. |
As I said feel free to reopen :) |
@lafriks You original statement was perfectly clear. My hesitation was that I reasoned that it might be possible that both bugs are caused by the same issue. However, they appear different, so I thought a developer would make the best determination, hence, my comment. |
This is the behavior I've observed
|
I've begun work on a fix for this: #5029 If you'd like to test it outMy pull request is against git clone https://github.com/coolaj86/gitea.git gitea.coolaj86 -b v1.5.1-coolaj86
pushd gitea.coolaj86
TAGS="bindata sqlite" make generate all I would not recommend replacing your existing gitea, but rather creating a symlink so that you can easily switch back if you don't like it. For example, if you keep rsync -av ./gitea /opt/gitea/bin/gitea-v1.5.1-coolaj86
pushd /opt/gitea/bin
mv gitea gitea-v1.5.1
ln -s gitea-v1.5.1-coolaj86 gitea I've run a couple of manual tests so far, so I feel comfortable with someone else trying it out. I won't be pushing any additional changes to that branch (such as the upcoming changes to address the empty checkboxes in the issue) until I've tested them in production for myself. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
[x]
):Description
ALLOW_ONLY_EXTERNAL_REGISTRATION
Appears to have no effectScreenshots
The text was updated successfully, but these errors were encountered: