Hi folks,
If you are planning to give your client the access to the Admin area, you may need to consider this.
Assuming you have forgot your admin password, you will click the 'Reset Password' link. Then you will be asked for the admin email address. If you do not type anything here and click 'resend', a message will be displayed "Go away gooberbrain :-P "
Although funny, this may irritate some clients.
The line can be found in the file:
admin\includes\languages\english\password_forgotten.php
Search for the line
and change to something likeCode:define('ERROR_WRONG_EMAIL_NULL', '<p>Go away gooberbrain :-P</p>');
That's it!Code:define('ERROR_WRONG_EMAIL_NULL', '<p>Please enter a valid email address.</p>');
Happy working!![]()



