Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.bitribe.com - Firefox password generation is displayed on the login form #51628

Closed
webcompat-bot opened this issue Apr 14, 2020 · 3 comments
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine os-mac Issues only happening on macOS. severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Apr 14, 2020

URL: https://www.bitribe.com/user/resetpassword

Browser / Version: Firefox 77.0
Operating System: Mac OS X 10.13
Tested Another Browser: No

Problem type: Something else
Description: Firefox password generation appears on the login form and the password change form
Steps to Reproduce:
The login form (at https://www.bitribe.com/login?redirect=https%3A%2F%2Fwww.bitribe.com%2F) and password change form incorrectly uses autocomplete="new-password", so Firefox offers a generated password. The markup should be fixed on their website.

Simply focus the password field of the log in form and/or the "Old Password" field of the password change form and you will see the Firefox password generation options

View the screenshotScreenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20200410100829
  • channel: default
  • hasTouchScreen: false
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false

View console log messages

Submitted in the name of @biancadanforth

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Apr 14, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Apr 14, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Apr 14, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. www.bitribe.com - see bug description Apr 15, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Apr 15, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added the os-mac Issues only happening on macOS. label Apr 15, 2020
@cipriansv cipriansv changed the title www.bitribe.com - see bug description www.bitribe.com - Firefox password generation is displayed on the login form Apr 15, 2020
@cipriansv cipriansv added the severity-important A non-core broken piece of functionality, not behaving the way you would expect. label Apr 15, 2020
@cipriansv cipriansv modified the milestones: needstriage, needsdiagnosis Apr 15, 2020
@cipriansv
Copy link

Thanks for the report.

I was indeed able to reproduce the issue.

Tested with:
Browser / Version: Firefox Nightly 77.0a1 (2020-04-13), Chrome 81.0.4044.92
Operating System: Windows 10 Pro

This is the web page displayed in Firefox Nightly:

image

And this is the web page displayed in Chrome:

image

Moving the issue to needsdiagnosis.

@miketaylr
Copy link
Member

I can't get to the page reported by the user (presumably you need a code that gets emailed to a valid user), but it's visible on the login form as well.

<input placeholder="Enter the password" type="password" autocomplete="new-password" value="">

I think the site shouldn't have autocomplete="new-password" here if this isn't a desired behavior.

Basically, it's not a Firefox bug, but the site needs to change its markup. Someone could contact the site and recommend they change that.

@softvision-oana-arbuzov
Copy link
Member

The issue seems to be fixed.
image

Tested with:
Browser / Version: Firefox Nightly 81.0a1 (2020-07-29)
Operating System: Windows 10 Pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine os-mac Issues only happening on macOS. severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Projects
None yet
Development

No branches or pull requests

4 participants