Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
where is the forgotten password link to the backoffice in umbraco 8 ?? Does it not exixst anymore ??
Hi Mikkel,
You need to setup SMTP details in the web.config and then only Forgot Password link will be active.
Cheers,
Shaishav
Hi Shaishav Karnani
Thanks do you now where i can read about how to do that :D
Find mailSettings in your web.config and add the SMTP connection. :)
mailSettings
web.config
<system.net> <mailSettings> <smtp deliveryMethod="SpecifiedPickupDirectory"> <specifiedPickupDirectory pickupDirectoryLocation="C:\Temp\Mail\" /> </smtp> </mailSettings>
Also, set this to true in config/umbracoSettings.config:
config/umbracoSettings.config
<allowPasswordReset>true</allowPasswordReset>
mikkel, peace be upon those who follow guidance.
I created a post about this subject, refer to Umbraco reset password link post for more details.
Hi Abuabdellah. Thanks i Will read that👍🏻
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
where is the forgotten password link to the backoffice!
where is the forgotten password link to the backoffice in umbraco 8 ?? Does it not exixst anymore ??
Hi Mikkel,
You need to setup SMTP details in the web.config and then only Forgot Password link will be active.
Cheers,
Shaishav
Hi Shaishav Karnani
Thanks do you now where i can read about how to do that :D
Find
mailSettings
in yourweb.config
and add the SMTP connection. :)Also, set this to true in
config/umbracoSettings.config
:mikkel, peace be upon those who follow guidance.
I created a post about this subject, refer to Umbraco reset password link post for more details.
Hi Abuabdellah. Thanks i Will read that👍🏻
is working on a reply...