Developer forum

Forum » Templates » Recover password feature

Recover password feature


Reply
Hi,

I have a eCom website where I need to have present at all times the login form. I wrote it directly in the Page template. The new version of Extranet extended module does not have the login form which is what I used before.

I have all of the input hidden fields to select the template and e-mail subject, my problem is, how to get it to work?

I checked the template tags after submiting and the value are there. Any ideias?

Note:
  - I am using Dw7
  - I have Extranet, extended licenced
  - I tried submitting with the module applied to a paragraph and without it (Logging in is always fine, recovering password never works)
  - My page template is in XSLT

Best Regards,
Nuno

Replies

 
Reply
Hi Nuno

I've attached the code that I'm using for the Engage site.
The Engage site also runs XSLT in the page template.

Hope you can use it.

// Dammark
 
Reply

Hi,

I have put this two hidden fields in my login form

<input type="hidden" name="DWExtranetUsernameRemember" value="True">
<input type="hidden" name="DWExtranetPasswordRemember" value="True">

But when i quit the page (not log off). it does not remember my username and password.
Is this the only way to maintain the session? Or am i doing something wrong.

You can view the website at:
http://www.programacontactosonae.com/Default.aspx?ID=2

i'll send you an email with the username and password.

Best regards.
 
Reply
Hi,

Is there a way to set the sender's e-mail? It is using the e-mail in the System's settings, but we would like to manipulate it.

nuno
 
Nicolai Høeg Pedersen
Reply
It is not possible

Just added the possibility of using the parameter "ForgotPasswordSenderEmail" from 7.2
 
Reply
Is there a similar tag for changing the subject

/Rune
 
Nicolai Høeg Pedersen
Reply
ForgotPasswordMailSubject
 
Reply
Thanks a lot!

/Rune

 

You must be logged in to post in the forum