Bug #89960
closedFrontend login password reset link incorrect if feloginBaseURL is set and site configuration is used
0%
Description
The felogin password reset link in the email is incorrect, if the felogin configuration property feloginBaseURL
is set and the "new" site configuration based on yaml is used.
Example of a broken felogin password reset link with feloginBaseURL:
https://www.mydomain.localhost/19%7C7b0d02c1ab0dba0122e61071966e4de8&tx_felogin_pi1%5Buser%5D=14&cHash=7aa8427b57e1715cb944502a630c4af0
Example of a working felogin password reset link without feloginBaseURL:
https://www.mydomain.localhost/?tx_felogin_pi1%5Bforgothash%5D=1576538278%7C7db9b45735ccbfc9cc38ad00358e69a6&tx_felogin_pi1%5Buser%5D=14&cHash=1715f402c9b0321b51bd83c25ad624a3
Also a route enhancer for the password reset link is not working if feloginBaseURL is set.
I suggest to remove the configuration property or adapt the documentation.
Updated by Riccardo De Contardi over 4 years ago
- Related to Bug #87349: FELogin - password recovery / forgot link added
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
With #88740 the old felogin implementation has been deprecated in favor of the new one using a reweitten module with extbase. With 10 also the site configuration is mandatory.