Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mikkel 143 posts 365 karma points
    Sep 08, 2019 @ 09:27
    mikkel
    0

    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 ??

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Sep 08, 2019 @ 09:46
    Shaishav Karnani from digitallymedia.com
    0

    Hi Mikkel,

    You need to setup SMTP details in the web.config and then only Forgot Password link will be active.

    Cheers,

    Shaishav

  • mikkel 143 posts 365 karma points
    Sep 08, 2019 @ 11:10
    mikkel
    0

    Hi Shaishav Karnani

    Thanks do you now where i can read about how to do that :D

  • Morten Hartvig 5 posts 78 karma points
    Sep 08, 2019 @ 12:00
    Morten Hartvig
    0

    Find mailSettings in your web.config and add the SMTP connection. :)

      <system.net>
    <mailSettings>
      <smtp deliveryMethod="SpecifiedPickupDirectory">
        <specifiedPickupDirectory pickupDirectoryLocation="C:\Temp\Mail\" />
      </smtp>
    </mailSettings>
    

    Also, set this to true in config/umbracoSettings.config:

    <allowPasswordReset>true</allowPasswordReset>
    
  • Tarik 196 posts 862 karma points c-trib
    Sep 08, 2019 @ 17:23
    Tarik
    0

    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.

  • mikkel 143 posts 365 karma points
    Sep 08, 2019 @ 17:28
    mikkel
    0

    Hi Abuabdellah. Thanks i Will read that👍🏻

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies