Display access denied restriction status

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2018-10-18 16:57:32 -07:00
parent 859fb9d748
commit 0a1f911d50

View File

@ -1806,6 +1806,9 @@
"The site admin needs to authorize your account before you can access the system.\n" + "The site admin needs to authorize your account before you can access the system.\n" +
"\n" + "\n" +
"They have received an email and will process the request as quickly as possible."; "They have received an email and will process the request as quickly as possible.";
} else {
this.loginStatusTitle = "Access denied.";
this.loginStatus = user.restriction;
} }
}, },