Skip to content

Commit 1eb1f1e

Browse files
committed
line length
1 parent 060f41b commit 1eb1f1e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/SimpleSAML/Error/ErrorCodes.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@ final public function getDefaultDescriptions(): array
193193
"from the default value. Please edit the configuration file."),
194194
self::ADMINNOTHASHED => Translate::noop("" .
195195
"The password in the configuration (auth.adminpassword) is not a hashed value. " .
196-
"Full details on how to fix this are supplied at https://github.com/simplesamlphp/simplesamlphp/wiki/Frequently-Asked-Questions-(FAQ)#failed-to-login-to-the-admin-page-with-and-error-message-admin-password-not-set-to-a-hashed-value"),
196+
"Full details on how to fix this are supplied at " .
197+
"https://github.com/simplesamlphp/simplesamlphp/wiki/" .
198+
"Frequently-Asked-Questions-(FAQ)#failed-to-login-to-the-" .
199+
"admin-page-with-and-error-message-admin-password-" .
200+
"not-set-to-a-hashed-value"),
197201
self::NOTVALIDCERT => Translate::noop('You did not present a valid certificate.'),
198202
self::PROCESSASSERTION => Translate::noop('We did not accept the response sent from the Identity Provider.'),
199203
self::PROCESSAUTHNREQUEST => Translate::noop("" .

0 commit comments

Comments
 (0)