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:
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index fbc35d8..a181c11 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -104,7 +104,7 @@ $cfgClass = 'section';
<p><label for="set_crypt_type"><?php p($l->t('Encryption Type')); ?></label>
<?php $crypt_types = array(
'drupal' => 'Drupal 7',
- 'md5' => 'MD5',
+ 'MD5' => 'MD5',
'md5crypt' => 'MD5 Crypt',
'Cleartext' => 'Cleartext',
'mysql_encrypt' => 'mySQL ENCRYPT()',
@@ -115,7 +115,7 @@ $cfgClass = 'section';
'joomla2' => 'Joomla > 2.5.18 phpass',
'ssha256' => 'Salted SSHA256',
'redmine' => 'Redmine',
- 'sha1' => 'SHA1',
+ 'SHA1' => 'SHA1',
'courier_md5' => 'Courier base64-encoded MD5',
'courier_md5raw' => 'Courier hexadecimal MD5',
'courier_sha1' => 'Courier base64-encoded SHA1',