strategy, on Dec 7 2004, 01:49 PM, said:
1) Can anyone let me know the default login details.. I cant find this anywhere
2) The forgotten password function for some reason does not find the actual text for ADMIN_EMAIL_TEXT and therfore the password is not included in the email.. the email subject is ADMIN_EMAIL_SUBJECT and the email contains only the text ADMIN_EMAIL_TEXT.
I tried hard coding the include in forgotten_password.php to require('includes/languages/english/login.php'); but this also did not work... all the language files are present and in the correct directories, as far as i can see.
Thanks
I added the following lines to forgotten_password.php and it worked
require('includes/application_top.php');
require(DIR_WS_LANGUAGES . $language . '/login.php');
It seems that there was no reference to the login.php which define the 2 variable. Ideally, Login.php should not be harded coded here but should I don't believe any new addition was made to the Filenames.php which refers to login.php either.









