diff --git a/VERSION b/VERSION index d8e7505..ebffa44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0.11 +v3.0.12 diff --git a/assets/css/style.css b/assets/css/style.css index b03cf87..8be577c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -48,6 +48,11 @@ white-space: nowrap; } +.full-width +{ + width: 100%; +} + /** POPUPS ALERT **/ .popup-alerts-container { @@ -129,6 +134,20 @@ footer img margin-top: 0.7em; } +/** RESET EMAIL PAGES **/ +.email-reset-container +{ + background-color: #ffffff; + padding: 30px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + border-radius: 5px; +} + +.email-reset-container img +{ + margin-bottom: 50px; +} + /** MENU **/ .logo { diff --git a/routes.php b/routes.php index 6650e04..121d4ba 100644 --- a/routes.php +++ b/routes.php @@ -5,7 +5,7 @@ 'connection' => '/connection/', 'forget_password' => '/forget_password/', 'send_reset_password' => '/send_reset_password/{csrf}/', - 'reset_password' => '/reset_password/{user_id}/{token}/', + 'reset_password' => '/reset_password/{id_user}/{token}/', 'logout' => '/logout/', ], diff --git a/templates/connect/forget-password.php b/templates/connect/forget-password.php index 25f995e..94bb485 100644 --- a/templates/connect/forget-password.php +++ b/templates/connect/forget-password.php @@ -11,7 +11,7 @@