Hi
On the first page where you have 'username' I would like to change this to read 'email' i have a look at login.html but could not see this anywhere.
where do i change this?
Goto the label.inc file in program/localization/en_US or en_GB and edit line 23 from;
$labels['username'] = 'Username';
to
$labels['username'] = 'Email';