Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/09/2013 in all areas

  1. Paul

    Login Form Outside Blesta

    It changes with each new session. In config/blesta.php look for this line: Configure::set("Blesta.csrf_bypass", array()); You can add controllers and actions to this array to bypass CSRF checks, for the client login it should be array('client_login::index') so the following should work: Configure::set("Blesta.csrf_bypass", array('client_login::index'));
    1 point
  2. Most probably:) Also hostredragon just in case someone miss-types
    1 point
×
×
  • Create New...