FIX #13028
This commit is contained in:
parent
fe0d1a81eb
commit
45ba23da3e
@ -2147,7 +2147,7 @@ else
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
if ($user->admin && !$object->ldap_sid)
|
if ($user->admin && !$object->ldap_sid)
|
||||||
{
|
{
|
||||||
print '<input size="12" maxlength="24" type="text" class="flat" name="login" value="'.$object->login.'">';
|
print '<input size="24" maxlength="50" type="text" class="flat" name="login" value="'.$object->login.'">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -2173,7 +2173,7 @@ else
|
|||||||
{
|
{
|
||||||
if ($caneditpassword)
|
if ($caneditpassword)
|
||||||
{
|
{
|
||||||
$valuetoshow .= ($valuetoshow ? (' '.$langs->trans("or").' ') : '').'<input size="12" maxlength="32" type="password" class="flat" name="password" value="'.$object->pass.'" autocomplete="new-password">';
|
$valuetoshow .= ($valuetoshow ? (' '.$langs->trans("or").' ') : '').'<input size="24" maxlength="32" type="password" class="flat" name="password" value="'.$object->pass.'" autocomplete="new-password">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user