From 0a1f911d506c6ee7fbcbac572cbd0720649642a3 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 18 Oct 2018 16:57:32 -0700 Subject: [PATCH] Display access denied restriction status Signed-off-by: James Ketrenos --- frontend/src/ketr-photos/ketr-photos.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index fbcb875..bd0819f 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -1806,6 +1806,9 @@ "The site admin needs to authorize your account before you can access the system.\n" + "\n" + "They have received an email and will process the request as quickly as possible."; + } else { + this.loginStatusTitle = "Access denied."; + this.loginStatus = user.restriction; } },