Closed (fixed)
Project:
Require Login
Version:
3.0.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2023 at 19:38 UTC
Updated:
10 Jul 2023 at 17:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
grahamcAttaching (trivial) patch.
Comment #3
grahamcApparently the
user.login.formroute also needs to be unblocked so it can show the form with login button. Adding revised patch.Comment #4
seutje commentedI second this.
We had /user/reset/* in the list of paths (reversing the condition), but after updating from 3.0.2 => 3.0.4, the config was changed and that path was removed somehow, while retaining other paths.
Having this in the list of protected routes would have prevented that altogether.
Comment #5
bobooon commentedMakes sense and I agree both routes should be ignored by default.
Comment #7
bobooon commented