Wednesday, March 30, 2022
1 change · master
Resolved issues and error corrections
This fix prevents the login page from crashing when the signup feature is installed. Users can access the login screen normally again, avoiding a blocking error that prevented account access.
Original PR description
Install auth_signup, go to /web/login, 500 Internal Server Error. auth_signup extends the /web/login template and in this extension calls `keep_query()` which has been wrongly moved from base to http_routing in commit 880954ebfc1. Here, we restored `keep_query()` were it was.