We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42161
    • 42 Posts
    The following scenario takes place when you enter the correct login/password:

    (1) POST request is sent to manager/ . It has the correct form data. The status is 302 Found
    (2) GET request is sent to manager . It hasn't any form data. The status is 301 Moved Permanently
    (3) GET request is sent again to manager/ . No form data. The status is 302 Found
    (4) GET request is sent to manager/ . No form data. The status is 200 OK and the login form is displayed.

    When login/password are wrong, there is an error message (as there should be). In this case there is only 1 POST request to manager/ with 200 status (and it has the login form with error message in the response).

    Some time ago the login process worked just fine. I'm not sure about MODX version but it's Revo and the form shows © 2005-2012.
      • 43592
      • 97 Posts
      Maybe a missing "/" somewhere in the config-file (core/config/config.inc.php)?
        • 42161
        • 42 Posts
        Quote from: sspind at Apr 13, 2016, 12:37 PM
        Maybe a missing "/" somewhere in the config-file (core/config/config.inc.php)?

        I don't think so. This file was last modified in the year 2013, and everything was cool until now.