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:
authorHorst Knorr <gpgmailencrypt@gmx.de>2018-01-30 21:42:37 +0300
committerHorst Knorr <gpgmailencrypt@gmx.de>2018-01-30 21:42:37 +0300
commit78a02478981891b98a2cbaa15e4bad83dd1c1324 (patch)
treec8b83f4185a861d27cd2000209f7e9897be39476 /templates
parentcf98f74ba7aeae52219dd01047121664c41aa884 (diff)
code for supervisor mode removed, because functionality exists in official nextcloud app "impersonate" with better GUI
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 8cd6e05..d7f7048 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -22,8 +22,7 @@ $cfgClass = 'section';
<li><a id="sqlEmailSettings" href="#sql-3"><?php p($l -> t('E-Mail Settings')); ?></a></li>
<li><a id="sqlDomainSettings" href="#sql-4"><?php p($l -> t('Domain Settings')); ?></a></li>
<li><a id="sqlGethomeSettings" href="#sql-5"><?php p($l -> t('getHome Settings')); ?></a></li>
- <li><a id="sqlSupervisorSettings" href="#sql-6"><?php p($l -> t('Supervisor Settings')); ?></a></li>
- <li><a id="sqlGroupsSettings" href="#sql-7"><?php p($l -> t('Groups Settings')); ?></a></li>
+ <li><a id="sqlGroupsSettings" href="#sql-6"><?php p($l -> t('Groups Settings')); ?></a></li>
</ul>
<fieldset id="sql-1">
@@ -160,17 +159,7 @@ $cfgClass = 'section';
<em><?php p($l -> t('You can use the placeholders %%u to specify the user ID (before appending the default domain), %%ud to specify the user ID (after appending the default domain) and %%d to specify the default domain')); ?></em></p>
</fieldset>
-
<fieldset id="sql-6">
- <p><label for="set_supervisor"><?php p($l -> t('Enable supervisor')); ?></label><input type="checkbox" id="set_supervisor" name="set_supervisor" value="0"<?php
- if($_['set_supervisor'])
- p(' checked');
- ?> /><br>
- <p><label for="supervisor"><?php p($l -> t('Supervisor username')); ?></label><input type="text" id="supervisor" name="supervisor" value="<?php p($_['supervisor']); ?>" /></p>
- <em><?php p($l -> t("Use supervisor username and target username separated by ';' to login as target user using supervisor's password (ex. superuser;user).")); ?></em></p>
- </fieldset>
-
- <fieldset id="sql-7">
<p><label for="sql_group_table"><?php p($l -> t('Table')); ?></label><input type="text" id="sql_group_table" name="sql_group_table" value="<?php p($_['sql_group_table']); ?>" /></p>
<p><label for="col_group_username"><?php p($l -> t('Username Column')); ?></label><input type="text" id="col_group_username" name="col_group_username" value="<?php p($_['col_group_username']); ?>" /></p>