evolution-cms/evolution

Forgot Password Functionality Broken with Committed Change to login.processor.php

jamilsamara opened this issue · 0 comments

The recent changes made to login.processor.php ($_REQUEST ==> $_POST) have broken the Forgot Password functionality. The normal login process uses a form so POST will work just fine there, but the Forgot Password process sends the user a link with GET variables in the querystring.

Here are the committed changes from December 18, 2021:
119d267