implement 'master database user for customers'; fixes #1227

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2024-02-11 10:26:22 +01:00
parent 686ca84a30
commit 8132976559
10 changed files with 226 additions and 17 deletions

View File

@@ -57,6 +57,18 @@
</div>
</div>
{% if userinfo.mysqls != 0 %}
<div class="mb-3">
<label for="change_global_mysql"
class="col-form-label">{{ lng('changepassword.also_change_global_mysql') }}</label>
<div class="form-check form-switch">
<input type="hidden" name="change_global_mysql" value="false">
<input class="form-check-input" type="checkbox" name="change_global_mysql"
id="change_global_mysql" value="true" checked>
</div>
</div>
{% endif %}
{% endif %}
</div>