-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Admin Authentication Sources pages show 500 error in some causes #19036
Labels
Comments
I also reported an error of 500. How is this problem solved? |
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Mar 9, 2022
Fix go-gitea#19036 Signed-off-by: Andrew Thornton <art27@cantab.net>
@Javonne-do please provide the issue number of that. |
6543
pushed a commit
that referenced
this issue
Mar 10, 2022
Fix #19036 Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Mar 11, 2022
…tea#19041) Backport go-gitea#19041 Fix go-gitea#19036 Signed-off-by: Andrew Thornton <art27@cantab.net>
6543
pushed a commit
that referenced
this issue
Mar 13, 2022
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
…tea#19041) Fix go-gitea#19036 Signed-off-by: Andrew Thornton <art27@cantab.net>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If there is an error occurs during
add(new)
(eg: duplicated name), then 500 error occurs during template rendering:If the admin uses a duplicated name on the edit page, there is another 500:
In a word, the login source page is too complex and there are many bugs for edge cases.
The text was updated successfully, but these errors were encountered: