From 37f22387bdb4b8cadc54ccd4b1bf2b5551c0845d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 24 Oct 2013 19:26:24 +0200 Subject: [PATCH] Update README.md --- firefox_addon/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/firefox_addon/README.md b/firefox_addon/README.md index 1baeb7d..e1b8fa2 100644 --- a/firefox_addon/README.md +++ b/firefox_addon/README.md @@ -42,8 +42,6 @@ Server To host a password server, you need a webserver. Just copy server files in a directory read/write for web server user (www-data). A sample apache2 configuration file is available in ressources. For enhanced security, it's better to put the password server under https. -You can activate/deactivate view of ciphered passwords by setting $VIEW_CIPHERED_PASSWORDS in index.php. - You can activate/deactivate user creation by setting $ADMIN_MODE in index.php. A demonstration server is available [here](http://gpass-demo.soutade.fr). It's the default server of XPI package (user demo).