From 5c206fd2012bd05236f6a3c668d633e0dbf2db24 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Sep 2021 22:12:18 +0200 Subject: [PATCH] use SSO for signup in template --- InvenTree/templates/account/signup.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/InvenTree/templates/account/signup.html b/InvenTree/templates/account/signup.html index 68ac371edb..6b68637374 100644 --- a/InvenTree/templates/account/signup.html +++ b/InvenTree/templates/account/signup.html @@ -18,4 +18,11 @@ +
+

{% trans 'Or use a SSO-provider for signup' %}

+
+ {% include "socialaccount/snippets/provider_list.html" with process="login" %} +
+{% include "socialaccount/snippets/login_extra.html" %} + {% endblock %}