Add registering using Github

This commit is contained in:
rubenwardy
2018-03-24 02:35:58 +00:00
parent bb9d589fb5
commit 6be5b3eb42
2 changed files with 17 additions and 2 deletions

View File

@@ -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 %}