Android-Rocks / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Password validation issue for less than 3 characters password at the Initial Login. #537

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Log into the app for the first time.
2.Enter master pass consist with three characters, 
3.Enter the correct confirmation pass.

What is the expected output? What do you see instead?
Give a proper alert message that 3 chars are not allowed, then clear both 
Password and confirm pass text fields then focus the cursor into master 
password text field.
But the thing happens is it will clear only the master Password text field and 
confirm pass field will remain with the old pass. 

Please use labels and text to provide additional information.
I have tested the OI Safe v1.4.1 downloaded via Google Play on a HTC HD2 and 
double checked on Android Simulator after building the latest master branch at 
github/oi-safe. 

Original issue reported on code.google.com by harshaDura on 28 Feb 2013 at 8:12

Attachments:

GoogleCodeExporter commented 9 years ago
Patched Pull request here: https://github.com/openintents/safe/pull/7 
Merged and Closed as solved.

Original comment by harshaDura on 3 Mar 2013 at 7:32