How do you get to show a warning message that a field is required to be filled with the following rules in registration module in joomla 2.5?
If I click Register button without following the rules (like entering a password with a minimum of 4 characters and submitting the form with empty fields) the form won't submit and will just change its color into red without displaying any warning message.
Also I've been trying to find the file where error message is in registration, but can't find it in com_users component.
BOTTOMLINE: What I want to do is, when user clicks Register button without following the rules (like entering a password with a minimum of 4 characters) a warning message will be displayed saying "Password should be minimum of 4chars", something like that.