1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 07:44:02 +01:00
openstamanager/modules/utenti/components/password.php
Thomas Zilio d09a001783 Supporto alle foto utente
Miglioramento dei campi di tipo password.
2019-07-18 18:33:56 +02:00

11 lines
249 B
PHP

<?php
include_once __DIR__.'/../../core.php';
echo '
<div class="row">
<div class="col-md-12">
{[ "type": "password", "label": "'.tr('Password').'", "name": "password", "required": 1, "strength": "#submit-button" ]}
</div>
</div>';