portico: Add hint text for invite only realm on /login.

Fixes: #10542

This will make obvious for users what to do when they are not able to login.

Test added by hackerkid.
This commit is contained in:
Siddharth Varshney
2020-03-31 12:01:22 +05:30
committed by Tim Abbott
parent f3767b909c
commit bbb07aed38
3 changed files with 22 additions and 0 deletions

View File

@@ -131,6 +131,12 @@ page can be easily identified in it's respective JavaScript file. -->
{% endif %}
</div>
</div>
{% if realm_invite_required %}
<div class="contact-admin">
<p class="invite-hint">{{ _("Don't have an account yet? You need to be invited to join this organization.") }}</p>
</div>
{% endif %}
</div>
</div>