Skip to content
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

Proposal: Support Well-Known URL for Password Change #11804

Closed
Zocker1999NET opened this issue Jun 8, 2020 · 1 comment · Fixed by #17777
Closed

Proposal: Support Well-Known URL for Password Change #11804

Zocker1999NET opened this issue Jun 8, 2020 · 1 comment · Fixed by #17777
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@Zocker1999NET
Copy link

Description

Employees from Apple proposed to add a Well-Known URL for "Change Password" sites, so password managers could help the users to change their passwords more often (see https://wicg.github.io/change-password-url/index.html). This is still a draft itself, but supporting this feature could be fancy and should not be complicated. Following the draft itself, a redirect is allowed. Adding this feature should be easy (for go developers) and not have any disadvantages, if I'm not wrong.

For Gitea, this means that all requests at the URL /.well-known/change-password only must be forwarded to /user/settings/account.

@silverwind
Copy link
Member

Sounds good to have, should probably be a 307 redirect.

@techknowlogick techknowlogick added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Jun 8, 2020
mscherer added a commit to mscherer/gitea that referenced this issue Nov 26, 2021
wxiaoguang pushed a commit that referenced this issue Nov 26, 2021
* Implement Well-Known URL for password change

Fixes #11804
Chianina pushed a commit to Chianina/gitea that referenced this issue Mar 28, 2022
* Implement Well-Known URL for password change

Fixes go-gitea#11804
@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants