Copied to clipboard

Flag this post as spam?

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


  • Michael Beever 74 posts 155 karma points
    Jul 06, 2022 @ 10:33
    Michael Beever
    0

    Members Area

    Hello,

    I am looking into allowing clients to sign themselves up to the restricted pages.

    I have figured out how to register and until we manually add them to the group the resticted pages are not accessable.

    Two features I want to add but cannot seem to figure out is,

    • Create a forgotten password reset
    • Allow once logged in to change the password they use.

    I have looked all over and unable to find an answer to these problems.

    If there is a better way to manage members through a package please also help.

    Thanks

  • Huw Reddick 1932 posts 6722 karma points MVP 3x c-trib
    Jul 06, 2022 @ 13:50
    Huw Reddick
    0

    Hi Michael,

    I have some code in github for a simple forum for Umbraco https://github.com/huwred/Forum-for-Umbraco if you look in the ForumAuth subfolder it should give you an idea of what you need to do for the membership stuff you need (the related views/partials are in the Views folder.

    Obviously you don't need it all, but the ForumAuth controllers should get you started with resetting/changing a members password.

    Please shout if you need help :)

    Note. You will also need to make sure that the identity provider settings in the webconfig are set correctly to allow changing/resetting of the passwords

  • 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