2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-28 23:51:34 +00:00

setting to register group on signup

This commit is contained in:
Matthias
2021-10-14 21:27:09 +02:00
parent 0e589533e5
commit b26bf780c3
3 changed files with 27 additions and 3 deletions
InvenTree
InvenTree
common
templates
InvenTree
settings

@@ -25,6 +25,7 @@
{% include "InvenTree/settings/setting.html" with key="LOGIN_SIGNUP_MAIL_TWICE" icon="fa-info-circle" %}
{% include "InvenTree/settings/setting.html" with key="LOGIN_SIGNUP_PWD_TWICE" icon="fa-info-circle" %}
{% include "InvenTree/settings/setting.html" with key="LOGIN_SIGNUP_SSO_AUTO" icon="fa-info-circle" %}
{% include "InvenTree/settings/setting.html" with key="SIGNUP_GROUP" %}
</tbody>
</table>