Live data from Hacker News

Ask HN: Dang, could the login page get a title?

news.ycombinator.com

11–20 of 20 posts

Re: Ask HN: Dang, could the login page get a title?

#11

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…

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?

#14

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…

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.

It is nonstandard to overload endpoints and then use the submit value to route; the submit value itself is standard.

Re: Ask HN: Dang, could the login page get a title?

#16
post #8

> 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?

#18
post #16
post #8

> 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.

KeePassXC has a Firefox addon.

(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
post #16
post #8

> 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'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.

Re: Ask HN: Dang, could the login page get a title?

#20
post #16

Earlier 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.

> I've never noticed browser plugins for KeePass and KeePassXC having problems with the login form on HN.

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).

Post reply on HN