Two step registration fools chrome into not knowing the username
Reported by
jidanni@gmail.com,
Jan 14 2018
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36 Steps to reproduce the problem: 1. visit https://cointracking.info/register.php It will tell you "" is already used, so 2. enter a new username 3. enter a password What is the expected behavior? Chrome will ask to save both. What went wrong? The username was not tracked by chrome, due to the two step sequence the site uses on this particular page. Did this work before? N/A Chrome version: 63.0.3239.84 Channel: n/a OS Version: Flash Version:
,
Jan 17 2018
Able to reproduce this issue on reported version 63.0.3239.84, on latest stable 63.0.3239.132 and on latest dev 65.0.3322.0 using Windows 10, Ubuntu 14.04 and Mac 10.13.1. i.e; Username field is seen blank. This issue is seen in Firefox as well. This issue is seen from M50[50.0.2661.0]. In chrome://settings/Passwords username field is seen blank. Hence considering this issue as Non-Regression and marking as Untriaged.
,
Jan 17 2018
The password form looks as follows:
<form id="form2" name="form2" method="post" action="register.php">
<input name="username" type="hidden" value="username_from_previous_form">
<input name="email" type="hidden" value="">
<div class="field" style="clear:none;">
<label style="width:300px; text-align:left">Gebe bitte ein Passwort ein:</label><br>
<input type="password" name="password" id="password"><br><br>
</div>
<div class="field" style="height:37px; clear:none;">
<input type="submit" name="register" id="register" class="button-fancy button-orange button-regular" style="width:210px;" value="Registrieren >>">
</div>
</form>
While the username field is not properly annotated with autocomplete attribute, we mights be smarter about this.
,
Mar 26 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by ajha@chromium.org
, Jan 15 2018