mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-28 04:46:33 -05:00
Fix CSRF error at login time (#1535)
This commit is contained in:
@@ -487,7 +487,7 @@ $config['csrf_token_name'] = 'csrf_ospos_v3';
|
||||
$config['csrf_cookie_name'] = 'csrf_cookie_ospos_v3';
|
||||
$config['csrf_expire'] = 7200;
|
||||
$config['csrf_regenerate'] = TRUE;
|
||||
$config['csrf_exclude_uris'] = array();
|
||||
$config['csrf_exclude_uris'] = array('login');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user