Closed Bug 1508722 Opened 5 years ago Closed 5 years ago

costco.com doesn't offer to save password with Password Manager

Categories

(Toolkit :: Password Manager: Site Compatibility, enhancement, P3)

64 Branch
enhancement

Tracking

()

VERIFIED INVALID

People

(Reporter: jaws, Unassigned)

References

()

Details

Typing in the username and password then clicking the Login button on costco.com, does not prompt Firefox to offer to save the password.

This is the markup of the form,
> <form title="" name="LogonForm" method="post" action="Logon" id="LogonForm" novalidate="novalidate">
>     <fieldset>
>         <div class="form-group">
>             <span class="h6-style-guide">Sign in to access your Costco.com account.</span>
>         </div>
>         <div class="form-group">
>             <label for="logonId">Email Address</label>
>             <input id="logonId" class="ctHidden form-control" aria-describedby="logonId_validation" name="logonId" maxlength="251" type="email" title="Email Address" value="">
>         </div>
>         <div class="form-group">
>             <label for="logonPassword">Password</label>
>             <input class="ctHidden form-control" name="logonPassword" aria-describedby="logonPassword_validation" id="logonPassword" maxlength="40" type="password" autocomplete="off" title="Password">
>         </div>
>         <div class="form-group">
>             <div class="style-check">
>                 <input id="option1" name="option1" type="checkbox" class="tabable">
>                 <label for="option1" title="Remember Me">Remember Me</label>
>             </div>
>         </div>
>         <div class="form-group">
>             <input type="submit" class="primary" value="Sign In">
>         </div>
>         <div class="form-group">
>             <a href="/ForgotPasswordView">Forgot Password?</a>
>         </div>
>         <hr>
>         <div class="form-group">
>             <span class="h6-style-guide">New to Costco.com?</span>
>         </div>
>         <div>
>             <a class="btn costco-button tertiary" href="https://www.costco.com/RegisterView?URL=&amp;isPharmacy=false">
>                   Create Account
>                 </a>
>         </div>
>     </fieldset>
>     <input type="hidden" name="reLogonURL" value="LogonForm" id="WC_AccountDisplay_FormInput_reLogonURL_In_Logon_1">
>     <input type="hidden" name="isPharmacy" value="false" id="WC_AccountDisplay_FormInput_isPharmacy_In_Logon_1">
>     <input type="hidden" name="fromCheckout" value="">
>     <input type="hidden" name="authToken" value="">
>     <input type="hidden" name="URL" value="" id="WC_AccountDisplay_FormInput_URL_In_Logon_1">
> </form>
Another case of bug 1287202 :(
Component: Password Manager → Password Manager: Site Compatibility
Depends on: 1287202
Priority: -- → P3
Somehow "Ask to save logins and passwords for websites" got unchecked in Preferences. This is now working after re-enabling it.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.