merge ldap user and db user, cleanup, add password change

This commit is contained in:
TuxCoder 2020-05-27 17:56:10 +02:00
parent 6334c993a9
commit 4150853588
14 changed files with 280 additions and 259 deletions

View file

@ -6,4 +6,11 @@
{{ render_form(form)}}
{% endblock %}
{% block script_js %}
password_change.init();
{% endblock %}