In the Create An Account page, assuming user did not enter a required field, it will generate an error. However, the error message refers to the field name in the authentication.tpl, and that is not quite user-intuitive. Example: "passwd is required".
Some errors are generated through validation of AuthController.php, but I can't find where the "xxx is required" messages are generated.
Any idea where to change so that it will display "Password is required"? Can I just change the 'name' attribute of the field in authentication.tpl?