1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:45:57 +00:00

implement one time passwords using TOTP

This commit is contained in:
Andrew Dolgov
2012-09-03 18:33:46 +04:00
parent fd26d5bfdf
commit fb70f26ed9
439 changed files with 11026 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 96);
define('SCHEMA_VERSION', 97);
$fetch_last_error = false;