summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades/propiedades_usuarios.php
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2017-04-11 11:03:45 +0000
committeririna <irinagomez@us.es>2017-04-11 11:03:45 +0000
commitf818b5c7acca75f431bf9ce42b93c1d44d1611d2 (patch)
tree6bd13399312c293ae9cecab592fc8dd54eb41976 /admin/WebConsole/propiedades/propiedades_usuarios.php
parent9d89103cb9c3827197298507f197f1c07016393c (diff)
#778: Propiedades de usuario: se oculta el valor de la clave, con longitud mínima de 8 caracteres, y se incluye un campo de confirmar clave.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5262 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_usuarios.php')
-rw-r--r--admin/WebConsole/propiedades/propiedades_usuarios.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_usuarios.php b/admin/WebConsole/propiedades/propiedades_usuarios.php
index 1d2c845b..858d133f 100644
--- a/admin/WebConsole/propiedades/propiedades_usuarios.php
+++ b/admin/WebConsole/propiedades/propiedades_usuarios.php
@@ -95,11 +95,21 @@ switch($idtipousuario){
</TR>
<!---------------------------------------------------- PASSWORD -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
+ <!-- disables autocomplete --><input type="password" style="display:none">
<TH>&nbsp;<?echo $TbMsg[6]?>&nbsp;</TH>
<?if ($opcion==$op_eliminacion || $opcion==$op_modificacion && $idusuario==1){?>
<TD><INPUT type=hidden class=cajatexto name="pasguor" style="width:100" value=""></INPUT>****</TD>
<?}else{?>
- <TD><INPUT type=text class=cajatexto name="pasguor" style="width:100" value="">
+ <TD><INPUT type=password class=cajatexto name="pasguor" style="width:100" value="">
+ <?}?>
+ </TR>
+<!---------------------------------------------------- CONFIRMAR PASSWORD ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+ <TR>
+ <TH>&nbsp;<?echo $TbMsg[18]?>&nbsp;</TH>
+ <?if ($opcion==$op_eliminacion || $opcion==$op_modificacion && $idusuario==1){?>
+ <TD><INPUT type=hidden class=cajatexto name="confirmarpasguor" style="width:100" value=""></INPUT>****</TD>
+ <?}else{?>
+ <TD><INPUT type=password class=cajatexto name="confirmarpasguor" style="width:100" value="">
<?}?>
</TR>
<!--------------------------------------------------- NOMBRE COMPLETO ----------------------------------------------------------------------------------------------->