mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-05 20:07:54 -05:00
Fix invalid login message (#7066)
fix https://github.com/FreshRSS/FreshRSS/issues/7061
This commit is contained in:
committed by
GitHub
parent
b5bf5760bf
commit
7fa4344c8b
@@ -78,5 +78,6 @@ class FreshRSS_javascript_Controller extends FreshRSS_ActionController {
|
||||
$this->view->salt1 .= $alphabet[random_int(0, 63)];
|
||||
}
|
||||
$this->view->nonce = sha1('' . mt_rand());
|
||||
Minz_Session::_param('nonce', $this->view->nonce);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user