Hi there.
I'm setting up a forgotten password page. And it's not quite working. (DW version 8.3.1.7)
So far i've tried three methods...
1) Restricted access to the page with login_dk_password.html. The page just reloads. No message, no e-mail
2) Same as above only with a minimal template:
<form name="ExtUserForm" method="post" Action="<!--@DWExtranetAction-->" id="forgottenPassword"> <input type="text" name="Username" class="required" /> <input type="hidden" name="ForgotPassword" value="True" /> <input type="hidden" name="ForgotPasswordConfirm" value="Dit password er mailet til dig." /> <input type="hidden" name="ForgotPasswordEmailNotFound" value="Din e-mail er ikke i vores system." /> <input type="submit" /> </form>
This at least gives me a message, but always the same "Din e-mail er ikke i vores system."
That is, doesn't seem to find any e-mail and doesn't send an e-mail with the password.
3) A simple paragraph (no module attached) using a paragraph template. Same code as above.
This actually sends me an e-mail with the user:password.
But it just reloads, no success or fail messages.
Anyone have a clue to how I can get it working?
Regards, Victor