13936: Add default InactivePageHTML text
[arvados.git] / lib / config / generated_config.go
index 42d94da7865971d6b4fce260dbac9b667fb23777..dbf11569f65fac975b8fdfd3c54f4d4e48a7413d 100644 (file)
@@ -1066,8 +1066,7 @@ Clusters:
       # Workbench welcome screen, this is HTML text that will be
       # incorporated directly onto the page.
       WelcomePageHTML: |
-        <div>
-        <img src="arvados-logo-big.png" style="width: 20%; float: left; padding: 1em;" />
+        <img src="/arvados-logo-big.png" style="width: 20%; float: right; padding: 1em;" />
         <h2>Please log in.</h2>
 
         <p>The "Log in" button below will show you a sign-in
@@ -1081,7 +1080,13 @@ Clusters:
         <i>Arvados Workbench uses your name and email address only for
         identification, and does not retrieve any other personal
         information.</i>
-        </div>
+
+      InactivePageHTML: |
+        <img src="/arvados-logo-big.png" style="width: 20%; float: right; padding: 1em;" />
+        <h3>Hi! You're logged in, but...</h3>
+        <p>Your account is inactive.</p>
+        <p>An administrator must activate your account before you can get
+        any further.</p>
 
     # Use experimental controller code (see https://dev.arvados.org/issues/14287)
     EnableBetaController14287: false