2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-09 13:20:53 +00:00

setting for two mail fields on signup

This commit is contained in:
Matthias
2021-09-07 07:17:00 +02:00
parent 1f03d43b92
commit af286766ea
3 changed files with 36 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
<td>{% trans 'Signup' %}</td>
<td colspan='4'></td>
</tr>
{% include "InvenTree/settings/setting.html" with key="LOGIN_SIGNUP_MAIL_TWICE" icon="fa-info-circle" %}
{% include "InvenTree/settings/setting.html" with key="LOGIN_SIGNUP_SSO_AUTO" icon="fa-info-circle" %}
</tbody>
</table>