I'm trying to change the text "Username" on the login screen, I simply need to change it to "Email Address". Is there a way to do this? Any help appreciated.
Edit /program/localization//labels.inc and change $labels['username'].
Fantastic, thank you for the help.