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; } },