You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SimpleSAML/Error/ErrorCodes.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,11 @@ final public function getDefaultDescriptions(): array
193
193
"from the default value. Please edit the configuration file."),
194
194
self::ADMINNOTHASHED => Translate::noop("" .
195
195
"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 " .
0 commit comments