Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Łojewski <marcin.lojewski@mlojewski.me>2018-12-26 14:58:15 +0300
committerMarcin Łojewski <marcin.lojewski@mlojewski.me>2018-12-26 15:05:41 +0300
commit8370f4b8d00d889e6a918c694ab4c315c1f437a0 (patch)
tree839f8148528b71f7052fea9b006aece5ed7eac69 /templates
parent55797f0d568f908c5a70c0800428fe221e3f45cf (diff)
issue#86 Problem with "Provide avatar" field with user_sql 4.2.1
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 0a5f042..d799b32 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -110,6 +110,7 @@ function print_select_options(
<fieldset><?php
print_checkbox_input($l, "opt-name_change", "Allow display name change", $_["opt.name_change"]);
print_checkbox_input($l, "opt-password_change", "Allow password change", $_["opt.password_change"]);
+ print_checkbox_input($l, "opt-provide_avatar", "Allow providing avatar", $_["opt.provide_avatar"]);
print_checkbox_input($l, "opt-case_insensitive_username", "Case-insensitive username", $_["opt.case_insensitive_username"]);
print_checkbox_input($l, "opt-reverse_active", "Reverse active column", $_["opt.reverse_active"]); ?>
<div class="button-right"><?php