test_long_username_email.py
1.7 KB
-
Implement client-side registration form validation. · cb034d4f
Input forms that need validation will have AJAX requests performed to get validation decisions live. All but a few important and common form fields perform generic validation; these will need a back-end handler in the future in order to have them validated through AJAX requests. Information is conveyed on focus and blur for both errors and successes.
Uman Shahzad committed