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
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,
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
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
is working on a reply...