Skip to content
Snippets Groups Projects
Commit 8f2442a9 authored by Martin van Es's avatar Martin van Es
Browse files

Make Error message customizable in logins.json

parent e29579ae
No related branches found
No related tags found
No related merge requests found
...@@ -589,5 +589,14 @@ ...@@ -589,5 +589,14 @@
] ]
} }
} }
},
"Error Scenarios": {
"message": "Error scenario(s) message",
"profiles": {
"error": {
"explanation": "Error Test explanation",
"display": "Error Test display"
}
}
} }
} }
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
} }
} }
?> ?>
<option></option>
<option value="Error Scenarios">--- Error Scenarios ---</option>
<option value="error">SAML Error</option>
</select> </select>
</div> </div>
<div id="explanation" style='display: grid'>Woohaa!</div><br style="clear: both" /> <div id="explanation" style='display: grid'>Woohaa!</div><br style="clear: both" />
...@@ -76,9 +73,6 @@ ...@@ -76,9 +73,6 @@
} }
?> ?>
explanations['Error Scenarios'] = "These are the Error Scenarios";
explanations['error'] = "This generates a SAML Error";
function update() { function update() {
var html = ""; var html = "";
for (let key in users[user]) { for (let key in users[user]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment