parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Hide/Remove the confirmation password field #78

Open slpereira opened 8 years ago

slpereira commented 8 years ago

Ask users for password confirmation in mobile app maybe consider a anti-pattern for some designers. I am one of them. My suggestion is create some way to hide or remove the confirmation password field in the signup form. In this case, with no confirmation password, must be desirable a switch beside the password field, to show the password as plain text.

jpilcher commented 8 years ago

@slpereira It's interesting that I just came across this after talking with our iOS guy who was wondering why there wasn't a confirmation field in the iOS ParseUI. I like the idea of allowing the user to toggle it to plain text for their own visual confirmation.

vokvince commented 8 years ago

I'm interested too !