diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-08 12:42:35 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-08 12:42:35 +0200 |
commit | a7a861b2c6fc855abc0741691bebf975e255767c (patch) | |
tree | 2f3275187d5c123a8ddf045c734bcda4d7a3c791 /config | |
parent | 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1 (diff) | |
download | nextcloud-server-a7a861b2c6fc855abc0741691bebf975e255767c.tar.gz nextcloud-server-a7a861b2c6fc855abc0741691bebf975e255767c.zip |
backport the password salting fix.
a salt is generated during setup and used to salt the user password hases in the database backend
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index e86dc05cb01..3648bdebda5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -29,6 +29,7 @@ $CONFIG = array( "log_type" => "", "logfile" => "", "loglevel" => "", +"passwordsalt" => "", // "datadirectory" => "" ); ?> |