mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[PR #32] [MERGED] defer inserting the password field into the dom #870
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#870
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/32
Author: @diwu1989
Created: 1/19/2016
Status: ✅ Merged
Merged: 1/19/2016
Merged by: @cuu508
Base:
master← Head:passwordManager📝 Commits (1)
4558628defer inserting the password field📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
static/js/login.js(+4 -2)📄 Description
the password input field is hidden in the DOM, but that still means password managers will pick it up and insert into a password to use
if I have a password manager with multiple accounts + passwords, this can screw up the login experience
if the password input field is ONLY inserted into the DOM after the toggle has been checked, then the password managers will not be tricked.
I know this is an edge case with how browser password managers work, but the way I fixed it doesn't cause any interaction flow to existing users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.