Disable debug mode

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-11-14 14:13:33 +01:00
parent e92a40fee7
commit 79462b37fd
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class SAMLSettings {
public function getOneLoginSettingsArray() {
$settings = [
'debug' => true,
// 'debug' => true,
// 'strict' => true,
'security' => [
'nameIdEncrypted' => ($this->config->getAppValue('user_saml', 'security-nameIdEncrypted', '0') === '1') ? true : false,