View Single Post
  #1 (permalink)  
Old 07-11-2008, 05:34 PM
momanity momanity is offline
New Pligger
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question email user forgotten password and username

I'm new to the pligg system and this is my first thread.

When a user fills in the email field with "forgotten password",
I want to send the password and user name to the email instead of sending confirmation code for the password request.

After looking in the login.php script I found processlogin=3 for the "change password request" and the email body text code "$body = $main_smarty->get_config_vars("PLIGG_PassEmail_Body") . $my_base_url . $my_pligg_base . '/login.php?processlogin=4&username=' . $username . '&confirmationcode=' . $saltedlogin;"

Do I need to make changes in the "get_config_vars("PLIGG_PassEmail_Body")" and if so, where can I edit the body text for the email?

I hope somebody can help me out with this.

Thanks in advanced,
momanity
Reply With Quote