Opened 13 years ago
Last modified 13 years ago
#191 closed defect (FIXED)
Confirm password field
Reported by: | Jan-Christoph Borchardt | Owned by: | Jef van Schendel |
---|---|---|---|
Priority: | minor | Milestone: | 0.2.1 |
Component: | ui | Keywords: | |
Cc: | Parent Tickets: |
Description
Confirming a password is really cumbersome and not helpful. Remove the »confirm password« field in favor of a »show password« checkbox. For reference, see Jakob Nielsen on the topic `http://www.useit.com/alertbox/passwords.html <http://www.useit.com/alertbox/passwords.html>`_
Change History (10)
comment:1 by , 13 years ago
Owner: | set to |
---|
comment:2 by , 13 years ago
Oh, and there's still one bug I think. Two password fields are available, one of which hides the text and the other shows it. One of these is always hidden, the checkbox switches between them. However, I **think** that only the "hidden text" passworld field's value is sent when you create an account. And that value is only updated after you click the checkbox. So if you use the "visible text" password field and don't click the checkbox after that, it will send either a wrong value or an empty one.
comment:3 by , 13 years ago
As far as I remember, for ownCloud we used this jQuery plugin: `http://unwrongest.com/projects/show-password/ <http://unwrongest.com/projects/show-password/>`_ and didn't have issues yet. And no, default should be hidden, with the checkbox »show password« unchecked by default. People still expect password fields to not show their password in clear text - and they should not do so by default (at least for now).
comment:4 by , 13 years ago
Oh hey, you're online. I thought you were away for some reason. :) Ok, that's fine then, that's the current behavior. And yeah, I came across that plugin while searching, but the code really wasn't that difficult to write and I'd like to keep it as clean as possible. Things that still need to be done for this ticket, off the top of my head: - Isolate JS into a seperate file (by Elrond's request) - Put some space between the password field the checkbox - The bug mentioned in comment `#3 </issues/3>`_
comment:5 by , 13 years ago
Another bug: auth/change\_fp.html (where you change your password) still uses the old method.
comment:6 by , 13 years ago
Status: | In Progress → Closed |
---|
Closing this ticket since I worked out the bugs listed above (except isolating the JS, which I'll do right now).
comment:7 by , 13 years ago
For posterity: I've isolated the JavaScript in a separate file and I've also added it to auth/change\_fp.html.
comment:8 by , 13 years ago
Milestone: | → 0.2.1 |
---|
Note:
See TracTickets
for help on using tickets.