From 956df86e0aa9a030e50887f98b1c90f60735350b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Sat, 4 Feb 2017 08:58:47 +0100 Subject: copy of https://www.aboehler.at/hg/user_sql/archive/v.2.3.1.tar.gz --- templates/settings.php | 168 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 templates/settings.php (limited to 'templates') diff --git a/templates/settings.php b/templates/settings.php new file mode 100644 index 0000000..c555c5c --- /dev/null +++ b/templates/settings.php @@ -0,0 +1,168 @@ += 7 ? 'section' : 'personalblock'; +?> + +
+

t('SQL User Backend')); ?>

+ +
+ +
+ + + + +
+

+ 'MySQL', 'pgsql' => 'PostgreSQL'); ?> + +

+ +

+ +

+ +

+ +

+ +

+ +
+
+

+ +

+ +

+ +

>
+ t('Allow changing passwords. Imposes a security risk as password salts are not recreated')); ?>

+ +

+ +

+ 'MD5', 'md5crypt' => 'MD5 Crypt', 'cleartext' => 'Cleartext', 'mysql_encrypt' => 'mySQL ENCRYPT()', 'system' => 'System (crypt)', 'mysql_password' => 'mySQL PASSWORD()', 'joomla' => 'Joomla MD5 Encryption', 'joomla2' => 'Joomla > 2.5.18 phpass', 'ssha256' => 'Salted SSHA256', 'redmine' => 'Redmine'); ?> + +

+ +

+ +

/>
+ t("Invert the logic of the active column (for blocked users in the SQL DB)")); ?>

+ +
+ +
+ +

+ +

+ 'No Synchronisation', 'initial' => 'Synchronise only once', 'forceoc' => 'ownCloud always wins', 'forcesql' => 'SQL always wins'); ?> + +

+ +
+ +
+ +


+ t('Append this string, e.g. a domain name, to each user name. The @-sign is automatically inserted.')); ?> +

+ +

/>
+ t("Strip Domain Part including @-sign from Username when logging in and retrieving username lists")); ?>

+ +
+ +
+

/>

+ +

+ 'SQL Column', 'static' => 'Static (with Variables)'); ?> + +

+ +

+ +


+ 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')); ?>

+ +
+ + + +
t('Saving...')); ?>
+
t('Loading...')); ?>
+
t('Verifying...')); ?>
+
+
+
+
+
-- cgit v1.2.3