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
self::PROCESSASSERTION => Translate::noop('Error processing response from Identity Provider'),
90
91
self::PROCESSAUTHNREQUEST => Translate::noop('Error processing request from Service Provider'),
@@ -189,6 +190,9 @@ final public function getDefaultDescriptions(): array
189
190
self::NOTSET => Translate::noop("" .
190
191
"The password in the configuration (auth.adminpassword) is not changed " .
191
192
"from the default value. Please edit the configuration file."),
193
+
self::ADMINNOTHASHED => Translate::noop("" .
194
+
"The password in the configuration (auth.adminpassword) is not a hashed value. " .
195
+
"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"),
192
196
self::NOTVALIDCERT => Translate::noop('You did not present a valid certificate.'),
193
197
self::PROCESSASSERTION => Translate::noop('We did not accept the response sent from the Identity Provider.'),
0 commit comments