From: Jakub Vrana Date: Wed, 27 Jun 2018 06:55:19 +0000 (+0200) Subject: Add TODO X-Git-Tag: v4.6.3~3 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3676b7fb71d37baf793c20a5346293c1dc8724d6;p=adminer.git Add TODO --- diff --git a/adminer/sqlite.php b/adminer/sqlite.php index 07f0fa4a..85687ab1 100644 --- a/adminer/sqlite.php +++ b/adminer/sqlite.php @@ -3,7 +3,7 @@ function adminer_object() { include_once "../plugins/plugin.php"; include_once "../plugins/login-password-less.php"; return new AdminerPlugin(array( - // inline the result of password_hash() so that the password is not visible in source codes + // TODO: inline the result of password_hash() so that the password is not visible in source codes new AdminerLoginPasswordLess(password_hash("YOUR_PASSWORD_HERE", PASSWORD_DEFAULT)), )); }