diff --git a/config/logins.json b/config/logins.json index d16f033eeebbcbdf62c2a6d51cfe4114c0d39b65..8de4e453ede7028a733d2d29086b6cb907372b73 100644 --- a/config/logins.json +++ b/config/logins.json @@ -589,5 +589,14 @@ ] } } + }, + "Error Scenarios": { + "message": "Error scenario(s) message", + "profiles": { + "error": { + "explanation": "Error Test explanation", + "display": "Error Test display" + } + } } } diff --git a/modules/customauth/templates/authenticate.tpl.php b/modules/customauth/templates/authenticate.tpl.php index dad7cd1e441499d754d10f383d31fb7a1ef52ba0..14647c9dabc58fd152b98d79294de2b21fbaa30c 100644 --- a/modules/customauth/templates/authenticate.tpl.php +++ b/modules/customauth/templates/authenticate.tpl.php @@ -38,9 +38,6 @@ } } ?> - <option></option> - <option value="Error Scenarios">--- Error Scenarios ---</option> - <option value="error">SAML Error</option> </select> </div> <div id="explanation" style='display: grid'>Woohaa!</div><br style="clear: both" /> @@ -76,9 +73,6 @@ } ?> - explanations['Error Scenarios'] = "These are the Error Scenarios"; - explanations['error'] = "This generates a SAML Error"; - function update() { var html = ""; for (let key in users[user]) {