aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/flask_user/login.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/flask_user/login.html b/app/templates/flask_user/login.html
index 3d36c20..c19f1f3 100644
--- a/app/templates/flask_user/login.html
+++ b/app/templates/flask_user/login.html
@@ -67,6 +67,10 @@ Sign in
<aside class="box box_grey">
<h2>New here?</h2>
+ <div class="box box_grey alert alert-error">
+ Please use Github login instead!
+ </div>
+
{% if user_manager.enable_register and not user_manager.require_invitation %}
<a href="{{ url_for('github_signin_page') }}">{%trans%}Create an account{%endtrans%}</a>
{% endif %}