I using Umbraco with mysql membership provider looking after members. When I log onto Umbraco and select Members, and select a specific member there are a few items I can edit on the left hand panel such as password and membergroup. However, I would like to extend this screen to enable editing of profile items, for example.
Does anyone have any experience of wether this screen can be added to in this way?
Extending the Membership editing screen
Hi,
I using Umbraco with mysql membership provider looking after members. When I log onto Umbraco and select Members, and select a specific member there are a few items I can edit on the left hand panel such as password and membergroup. However, I would like to extend this screen to enable editing of profile items, for example.
Does anyone have any experience of wether this screen can be added to in this way?
Thanks
JC
Comment author was deleted
Hi James,
A simple approach would be to add a usercontrol to the /members/editmember.aspx page.
Thanks Tim - I will give this a go.
Can't you just extend the membertype with extra properties like a true/false datatype?
is working on a reply...