mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-27 19:07:11 +00:00
simplify internal authentication code and bump default algo to SSHA-512
This commit is contained in:
@@ -442,7 +442,7 @@ class RPC extends Handler_Protected {
|
||||
$params["default_view_limit"] = (int) get_pref(Prefs::_DEFAULT_VIEW_LIMIT);
|
||||
$params["default_view_order_by"] = get_pref(Prefs::_DEFAULT_VIEW_ORDER_BY);
|
||||
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
||||
$params["is_default_pw"] = Pref_Prefs::_is_default_password();
|
||||
$params["is_default_pw"] = UserHelper::is_default_password();
|
||||
$params["label_base_index"] = LABEL_BASE_INDEX;
|
||||
|
||||
$theme = get_pref(Prefs::USER_CSS_THEME);
|
||||
|
||||
Reference in New Issue
Block a user