class="button" name="password" value="trans('SendNewPassword'); ?>" tabindex="4" />
+
class="button" name="button_password" value="trans('SendNewPassword'); ?>" tabindex="4" />
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 27fb07d414d..f6809425f3e 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1731,7 +1731,6 @@ form#login {
max-width: 530px;
color: #aaa !important;
padding-bottom: 20px;
- /* text-shadow: 1px 1px 1px #FFF; */
}
.login_table label {
text-shadow: 1px 1px 1px #FFF;
@@ -1759,7 +1758,7 @@ form#login {
border: none;
border-bottom: solid 1px rgba(180,180,180,.4);
padding: 5px;
- margin-left: 18px;
+ margin-left: 5px;
margin-top: 5px;
}
.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
@@ -2982,9 +2981,6 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
.thumbstat150 {
flex: 1 1 110px;
}
- .boxstats, .boxstats130 {
- width: 90px;
- }
.dashboardlineindicator {
float: left;
padding-left: 5px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index cf872bb117d..1549b6c72f2 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3053,9 +3053,6 @@ div .tdtop {
.thumbstat150 {
flex: 1 1 110px;
}
- .boxstats, .boxstats130 {
- width: 90px;
- }
.dashboardlineindicator {
float: left;
padding-left: 5px;
diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
index 7731d5b09a6..6d2661a2344 100644
--- a/htdocs/user/passwordforgotten.php
+++ b/htdocs/user/passwordforgotten.php
@@ -133,12 +133,10 @@ if ($action == 'buildnewpassword' && $username)
{
$message = '
'.$langs->trans("PasswordChangeRequestSent",$edituser->login,dolObfuscateEmail($edituser->email)).'
';
- //$message.=$newpassword;
$username='';
}
else
{
- //$message = '
'.$langs->trans("PasswordChangedTo",$newpassword).'
';
$message.= '
'.$edituser->error.'
';
}
}