If they're going to update that page just add it to the list: - Title (ideally unique, like Login | Hacker News) - Use of section heading elements for "Login" and "Create Account" - A background color - Set the autocomplete attribute on the two password inputs to "current-password" for login and "new-password" for Create Account. Give both username inputs the autocomplete "username"[0] - Give the two username and pas…
Ask HN: Dang, could the login page get a title?
11–20 of 20 posts
Re: Ask HN: Dang, could the login page get a title?
#12Re: Ask HN: Dang, could the login page get a title?
#13Re: Ask HN: Dang, could the login page get a title?
#14If they're going to update that page just add it to the list: - Title (ideally unique, like Login | Hacker News) - Use of section heading elements for "Login" and "Create Account" - A background color - Set the autocomplete attribute on the two password inputs to "current-password" for login and "new-password" for Create Account. Give both username inputs the autocomplete "username"[0] - Give the two username and pas…
Is it nonstandard? It's OOTB explicit behavior in Rails. Every form submit has an entry for what the submit button value was, and you can specify it in the ERB.
Re: Ask HN: Dang, could the login page get a title?
#15I am curious, what password manager uses the window title instead of the current URL? Feels like a really ineffective approach.
Re: Ask HN: Dang, could the login page get a title?
#16> This would be immediately useful for password managers matching on window titles. Password managers matching on window titles to decide what password to autofill sounds very dangerous! What password manager is this?
Re: Ask HN: Dang, could the login page get a title?
#17Re: Ask HN: Dang, could the login page get a title?
#18> This would be immediately useful for password managers matching on window titles. Password managers matching on window titles to decide what password to autofill sounds very dangerous! What password manager is this?
desktop password managers without browser integration, like keepass.
(I can't always help but think "KeepA.." I wonder if that was intentional when they named it.)
Re: Ask HN: Dang, could the login page get a title?
#19> This would be immediately useful for password managers matching on window titles. Password managers matching on window titles to decide what password to autofill sounds very dangerous! What password manager is this?
desktop password managers without browser integration, like keepass.
Re: Ask HN: Dang, could the login page get a title?
#20Earlier quoted context omitted.
desktop password managers without browser integration, like keepass.
I've never noticed browser plugins for KeePass and KeePassXC having problems with the login form on HN. They look for password fields, pull in any logins for that domain, and show an autocomplete list when selected.
They don't, but that's not what's being discussed here. What's being discussed here is the autotyper in keepass (the window that appears when you press ctrl+alt+a and shows you all your logins filtered by the previously focused window title).