* [ADD] Option for enable/disable account's password expiry date. The expire time could be set too

* [ADD] Random generated passwords can be copied to clipboard
* [ADD] Random generated passwords can be viewed after being generated
* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-03-26 13:40:55 +02:00
parent 73bcfbe825
commit cf69b34fe6
3 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: sysPass\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-26 13:38+0100\n"
"PO-Revision-Date: 2018-03-26 13:38+0100\n"
"POT-Creation-Date: 2018-03-26 13:40+0100\n"
"PO-Revision-Date: 2018-03-26 13:40+0100\n"
"Last-Translator: nuxsmin <nuxsmin@syspass.org>\n"
"Language-Team: nuxsmin@syspass.org\n"
"Language: en_US\n"
@@ -4852,8 +4852,8 @@ msgid "Habilita la caducidad de la clave de cuentas."
msgstr "Enables the accounts' password expiry date."
#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:56
msgid "Caducidad cuentas"
msgstr "Account expiry"
msgid "Caducidad clave cuentas"
msgstr "Accounts' password expiry"
#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:62
msgid "Tiempo caducidad clave"

View File

@@ -53,7 +53,7 @@
<input type="checkbox" id="account_expire"
class="mdl-switch__input mdl-color-text--indigo-400"
name="account_expire" <?php echo $configData->isAccountExpireEnabled() ? 'checked' : ''; ?>/>
<span class="mdl-switch__label"><?php echo __('Caducidad cuentas'); ?></span>
<span class="mdl-switch__label"><?php echo __('Caducidad clave cuentas'); ?></span>
</label>
</td>
</tr>