mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [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:
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user