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

[stable22] allow using of disabled password reset mechanism for special cases #28841

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #28794

- LostController has three endpoints
- door opener email() still rejects
- resetform(), reachable from mail, checks the token first and may report
  that password reset is disabled
- setPassword() got its check removed as it is behind CSFR anyway and still
  requires a valid token
- this allows special cases like activating a freshly created guest account

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@Pytal
Copy link
Member

Pytal commented Sep 15, 2021

Failing test unrelated

@Pytal Pytal merged commit 4732aea into stable22 Sep 15, 2021
@Pytal Pytal deleted the backport/28794/stable22 branch September 15, 2021 19:15
@Pytal Pytal added the 4. to release Ready to be released and/or waiting for tests to finish label Sep 15, 2021
@blizzz blizzz mentioned this pull request Sep 23, 2021
4 tasks
@MichaIng MichaIng modified the milestones: Nextcloud 22.1.2, Nextcloud 22.2.0 Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: users and groups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants