sintonia/airtime_mvc/application/forms/customvalidators
Yuchen Wang 485a0e8cc6 CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
I just realized this:
1. Enable "Enable Soundcloud Upload" in preference and fill in the username+password, click save
2. Go back to preference, change unrelated setting like "Station Name", click save
3. Now since soundcloud password field is empty (expected, as we don't want others to see how many digits
are there), the save failed

This commit is to fix this. Created another custom validator for the password field, which does the same
thing as ConditionalNotEmpty validator but allow password field to be empty when the username/email field
wasn't changed.
2011-11-24 15:45:39 -05:00
..
ConditionalNotEmpty.php CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field 2011-11-23 16:17:21 -05:00
PasswordNotEmpty.php CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field 2011-11-24 15:45:39 -05:00