I'm wondering if there is a package available to do the usual stuff for members like Registering, logging in, activating accounts, update profile, reset a password and so on...
These are things that i need to (re)create once every couple months, but is always to different to reuse. So i wonder if there isn't a package that just contains everything and can read the profile fields to render on the front.
I did a bit of research and found some very old stuff that look dead.
There's also a blogpost from Tim Geyssens on http://www.nibble.be/?p=205 about it. Is this still available and good enough to use?
there are some built in views for login, login status, register and profile in the v7 releases. The forgot password is not OOB [or at least not] in the views that ship with umbraco. You could reference the source in Dialogue [the forum package for v7]
Membership package wanted: Login/Register/Update Profile/Reset Password ...
Hi all,
I'm wondering if there is a package available to do the usual stuff for members like Registering, logging in, activating accounts, update profile, reset a password and so on...
These are things that i need to (re)create once every couple months, but is always to different to reuse. So i wonder if there isn't a package that just contains everything and can read the profile fields to render on the front.
I did a bit of research and found some very old stuff that look dead. There's also a blogpost from Tim Geyssens on http://www.nibble.be/?p=205 about it. Is this still available and good enough to use?
thanks a lot!
there are some built in views for login, login status, register and profile in the v7 releases. The forgot password is not OOB [or at least not] in the views that ship with umbraco. You could reference the source in Dialogue [the forum package for v7]
Thanks Bob,
Is there somewhere any info to find about them? I'll investigate this.
Hi Rubinho,
you can find this view in developer section -> Partial View Macro Files. If you create a new file you can choose one of the default views for this.
Best, Sören
Of course, you can also create partial view instead of partial view macro file and can choose a snippet:
Hope this helps?
Best, Sören
Oh cool, thanks
I'll give this a try
is working on a reply...