Skip to content
Snippets Groups Projects
Verified Commit e08685ac authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #12163 TIME 0:15 css forgot password on v1

parent 1222c16a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ function triggerAngular(locationToGo) {
$j('body').removeAttr("id");
$j('body').removeAttr("style");
$j('body').removeAttr("onload");
$j('#bodyloginCustom').remove();
$j.ajax({
url: '../../rest/initialize',
type: 'GET',
......
......@@ -31,13 +31,13 @@ echo '<form id="formlogin" method="post" action="'
echo '<label for="pass">'._PASSWORD.'</label>';
echo '<input name="pass" id="pass" value="" type="password" />';
echo '</p>';
echo '<p>';
echo '<p style="cursor: pointer;font-size: 11px;">';
echo '<label>&nbsp;</label>';
echo '<input type="submit" class="button" name="submit" value="'._CONNECT.'" />';
echo '</p>';
echo '<span onclick="triggerAngular(\'#/forgot-password\')">'._FORGOT_PASSWORD.'</span>';
echo '</p><br>';
echo '<p>';
echo '<label>&nbsp;</label>';
echo '<span onclick="triggerAngular(\'#/forgot-password\')">'._FORGOT_PASSWORD.'</span>';
echo '<input type="submit" class="button" name="submit" value="'._CONNECT.'" />';
echo '</p>';
echo '<div class="error">';
if (isset($_SESSION['error'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment