-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Type:Bugp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker
Milestone
Description
Steps
- Enable password_policy app
- Enable twofactor_email app (the dummy challenge is "passme")
- Login as admin
- Create a user "user1"
- Login as that user (challenge is "passme")
- Log out
- Expire the user's password with
occ user:expire-password user1 - Login as "user1"
Expected result
Challenge page appears, after entering challenge the password expiry page appears.
Actual result
Infinite redirect cancelled by browser.
Version
ownCloud 10.0.9 + password_policy 2.0.0 + twofactor_email 0.0.1 (git)
There is a conflict between both pages wanting to appear after login.
A proposed solution is in PR #32058 to whitelist the two factor challenge page within the account module middleware.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type:Bugp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker