1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-15 09:57:28 +01:00
openstamanager/modules/utenti/components/password.php
Thomas Zilio ce1731a3a6 Fix vari
2019-07-25 17:20:24 +02:00

11 lines
234 B
PHP

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