Issue #874 has been updated by Simon Fonteneau.
Simon Fonteneau wrote:
> I have a problem with Chrome and Internet Explorer browser.
>
> Double click seems possible.
>
> My double-clicks "send" and do not understand that their password has been
> changed.
Resolved !
Modify line 233 in change.php
<pre>
<!--#<form action="#" method="post"> -->
<form action="#" method="post" onsubmit="myButton.disabled = true; return
true;">
<?php if ($use_recaptcha) recaptcha_get_conf($recaptcha_theme, $lang); ?>
<table>
<tr><th><?php echo $messages["login"]; ?></th>
<td><input type="text" name="login" value="<?php echo
htmlentities($login) ?>" /></td></tr>
<tr><th><?php echo $messages["oldpassword"]; ?></th>
<td><input type="password" name="oldpassword" /></td></tr>
<tr><th><?php echo $messages["newpassword"]; ?></th>
<td><input type="password" name="newpassword" /></td></tr>
<tr><th><?php echo $messages["confirmpassword"]; ?></th>
<td><input type="password" name="confirmpassword" /></td></tr>
<?php if ($use_recaptcha) { ?>
<tr><td colspan="2">
<?php echo recaptcha_get_html($recaptcha_publickey, null, $recaptcha_ssl); ?>
</td></tr>
<?php } ?>
<tr><td colspan="2">
<!-- <input type="submit" value="<?php echo $messages['submit']; ?>"
/></td></tr> -->
<input type="submit" name="myButton" value="<?php echo
$messages['submit']; ?>" /></td></tr>
</table>
</form>
</pre>
Double click becomes impossible
----------------------------------------
Bug #874: doubleclick chrome and internet explorer
http://tools.lsc-project.org/issues/874
Author: Simon Fonteneau
Status: New
Priority: Normal
Assigned to:
Category: Self Service Password
Target version: self-service-password-?
I have a problem with Chrome and Internet Explorer browser.
Double click seems possible.
My double-clicks "send" and do not understand that their password has been
changed.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev