Comment 7 for bug 946880

Revision history for this message
Robert Lyon (robertl-9) wrote :

I see this error warning on fresh install if I have set the url to be something based on an entry in my /etc/hosts file eg:

 127.0.0.1 mahara-testing

and Apache set up for that so the url for the site is http://mahara-testing/ and therefore $cfg->noreplyaddress gets set to something bad like:

 noreply@mahara-testing

The fix $SESSION->add_error_msg($w,false); will get the href link to display correctly.
But should there be a link in the warning at this stage as one can't navigate to that page until they have set their default password and email first.