Skip to content
Snippets Groups Projects
Commit 9bd7d0e6 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'feat_sssd_cache_wrkarnd' into 'master'

Adding text to the modal to account for SSSD cache delay in restoring SSH access for an account.

Closes #2

See merge request rc/self-reg-form!59
parents 1a6e9543 12490ef0
No related branches found
No related tags found
1 merge request!59Adding text to the modal to account for SSSD cache delay in restoring SSH access for an account.
......@@ -21,8 +21,8 @@
});
socket.on( 'certified', function( msg ) {
$('#myModal2 .modal-title').text("Account Certification Successful");
$('#myModal2 .modal-body').text("Redirecting...");
$('#myModal2 .modal-title').text("Account Certification Successful.");
$('#myModal2 .modal-body').text("Please allow 10-15 minutes for SSH access to be restored for your account. \nRedirecting...");
setTimeout(() => {
window.location.replace('{{ referrer }}');
}, 5000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment