1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 14:29:14 +00:00

improve password storage (use sha256 and long random salt)

bump schema
This commit is contained in:
Andrew Dolgov
2012-01-22 11:48:08 +04:00
parent 8689b8070b
commit e90053fe84
6 changed files with 76 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 87);
define('SCHEMA_VERSION', 88);
require_once "config.php";
require_once "sanity_config.php";