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-02-28 23:31:42 +0300
committerMarcin Łojewski <marcin.lojewski@mlojewski.me>2018-02-28 23:31:42 +0300
commit3251067b38c6ccdb87e1731ce6a3c59f3082feab (patch)
tree063f6549e2a0e20a9ee9b1b906b5e8c36b7acfa3 /templates
parent7672c66c75848fb0e1139e672b682b9280e8ddec (diff)
Set to default new logic. Add cleartext password hash implementation.
TODO: - add new implementation of the rest of currently supported hashes - create update.php changing hash names in the config
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 5ff8a8e..fbc35d8 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -106,7 +106,7 @@ $cfgClass = 'section';
'drupal' => 'Drupal 7',
'md5' => 'MD5',
'md5crypt' => 'MD5 Crypt',
- 'cleartext' => 'Cleartext',
+ 'Cleartext' => 'Cleartext',
'mysql_encrypt' => 'mySQL ENCRYPT()',
'system' => 'System (crypt)',
'password_hash' => 'password_hash',