OK, I'm new to this forum and new to umbraco, but I'm looking for any user management system I can plug into Umbraco before I go off and create something bespoke.
So for exmaple I'd like to have a registration page that has two user types, thus register as either, allow usual log in, forgotten password, logged-in specific pages etc.
I want to store this data in bespoke tables or a seperate database but tie into Umbraco's roles.
I'd like an admin tool that can view registered users filter by type, approve them - e.g. you register but cannot log in until admin approves you, amend their details, run off reports based on certain activity.
Can anyone advise anything otu there I can use before I go off creating such elements in a bespoke manner.
Note: keeping data seperate is a client requirement.
Also if for example I do create bespoke registration and admin tools how can I make them blend in easy to look seamless backend?
Sorry for the long rant and numerous questions, but if anyone can advise, I'd be most grateful.
When you say 'users' I'm assuming you mean 'members' in Umbraco (ie not people who login to the Umbraco back end 'Users' but people who register on the public website (members).
Umbraco membership uses the standard .NET membership provider, the membership details are held in the SQL database in separate tables from the content.
I'm not sure what you mean by seamless integration with backend?
Hope this helps you get started anyways, no problem about the numerous questions, that's what this forum is for :)
Bespoke User Manager and registration?
OK, I'm new to this forum and new to umbraco, but I'm looking for any user management system I can plug into Umbraco before I go off and create something bespoke.
So for exmaple I'd like to have a registration page that has two user types, thus register as either, allow usual log in, forgotten password, logged-in specific pages etc.
I want to store this data in bespoke tables or a seperate database but tie into Umbraco's roles.
I'd like an admin tool that can view registered users filter by type, approve them - e.g. you register but cannot log in until admin approves you, amend their details, run off reports based on certain activity.
Can anyone advise anything otu there I can use before I go off creating such elements in a bespoke manner.
Note: keeping data seperate is a client requirement.
Also if for example I do create bespoke registration and admin tools how can I make them blend in easy to look seamless backend?
Sorry for the long rant and numerous questions, but if anyone can advise, I'd be most grateful.
Thanks,
P :)
Hi Paul,
Welcome to the Umbraco forum!
When you say 'users' I'm assuming you mean 'members' in Umbraco (ie not people who login to the Umbraco back end 'Users' but people who register on the public website (members).
Umbraco membership uses the standard .NET membership provider, the membership details are held in the SQL database in separate tables from the content.
I'm not sure what you mean by seamless integration with backend?
Hope this helps you get started anyways, no problem about the numerous questions, that's what this forum is for :)
Rich
is working on a reply...