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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-28 18:03:08 +0300
committerbrantje <brantje@gmail.com>2016-12-28 18:09:01 +0300
commit585cdbaff8bfc298e06d03acc7ef1ce6245ddc37 (patch)
tree5c155be7b7cc29c3ed46f377987087ed525b49f5 /controller
parent6df4636a4df128d4186e8a1afb340919aac9aa3c (diff)
Require a minimum password strength for vaults
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 30138949..1bf3e06c 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -313,6 +313,7 @@ class TranslationController extends ApiController {
'last.access' => $this->trans->t('Last accessed'),
'never' => $this->trans->t('Never'),
'no.vaults' => $this->trans->t('No vaults found, why not create one?'),
+ 'min.vault.key.strength' => $this->trans->t('Password strength must be atleast: {{strength}}'),
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
'new.vault.pass' => $this->trans->t('Vault password'),