OJS 2.4.4.1, Forget Password

In OJS software 2.4.4.1, when we are trying send Password to registered user, the real password is not reaching them, instead of that PHP variable {$password} is displaying in users mail.

Please guide us where and how to change the settings or code.

Hi insakarthik,

The PASSWORD_RESET_CONFIRM email template is used when the user itself requests a password reset.

It seems you’re trying to directly send this template to the user, am I right? This is not going to work. Try sending an email to the user telling him to reset his password using the email that he was registered on the site.

Cheers,
Bruno

Hi Beghelli,

You are right. We have tried as you said. Thanks for correction.