-
-
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
Delete account
password field length
#1659
Comments
I'm calling this a ui-bug 😄 |
@bkcsoft also, why is there a reason for a “Forgot password?” link there? To get to this, one must be logged in, am I missing something? |
I have no clue 😂 |
@Fastidious Since Gitea support login via Oauth2 then many people maybe didn't use their password many days. So when he want to delete himself he maybe forget his password. |
And I don't think this is a bug, maybe it's an enhancement. |
@lunny, if anything, that’s an UX problem. Perhaps |
Deleting account must ask for password for security reasons |
@lafriks I think we all understand that. How do you propose asking for a password should happen, when using Oauth2 to login? Perhaps disable account deletion with Oauth2 logins, and only show it with local logins? |
@Fastidious, in fact, OAuth2/OpenID is an linked account, you also has an related local account. This is different from LDAP/SMTP. Also, maybe we should change LDAP/SMTP like OAuth2 in future. |
No, LDAP should not be moved to linked account as in organizations LDAP will be primary account store and users should not be able to change/use different passwords for Gitea as than it can't be controlled by password policy etc. |
@lunny yes, I understand that too. Yet, once you use OAuth2 there is no longer a need to remember the “other” local password. |
@Fastidious that is why there is Forgot password link ;) |
@lafriks we are dancing in a loop, playing a broken record. Back to this track. Cheers! |
Password handling discussion should be in #1036, please continue it there. |
I can fix the password length field if no one else is working on it. Edit: Seems I overlooked the comment about what to do with it regarding OAuth2 etc, scratch that. |
Delete account password
field length
Delete account password
field lengthDelete account
password field length
Current
N/A
N/A
[x]
):N/A
Description
Make delete account password field match the length of rest of the fields under settings.
Screenshots
Currently:
Make it like
gogs
(talking about the length, not the settings arrangement):The text was updated successfully, but these errors were encountered: