From 07c3f97a512ef50903f800c29075e6fcb8d428c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 29 Aug 2013 09:41:09 +0200 Subject: [PATCH] simplesamlphp: add a salt and change administrator email --- drupal/simplesamlphp_auth/simplesamlphp/config/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drupal/simplesamlphp_auth/simplesamlphp/config/config.php b/drupal/simplesamlphp_auth/simplesamlphp/config/config.php index 34dd577..122696b 100644 --- a/drupal/simplesamlphp_auth/simplesamlphp/config/config.php +++ b/drupal/simplesamlphp_auth/simplesamlphp/config/config.php @@ -81,15 +81,15 @@ $config = array ( * A possible way to generate a random salt is by running the following command from a unix shell: * tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' /dev/null;echo */ - 'secretsalt' => 'defaultsecretsalt', + 'secretsalt' => '3dhuc8zabsd5qqaiheq2wzu6wly6w3k5', /* * Some information about the technical persons running this installation. * The email address will be used as the recipient address for error reports, and * also as the technical contact in generated metadata. */ - 'technicalcontact_name' => 'Administrator', - 'technicalcontact_email' => 'na@example.org', + 'technicalcontact_name' => 'EO Administrators', + 'technicalcontact_email' => 'admin@entrouvert.com', /* * The timezone of the server. This option should be set to the timezone you want