Question

I am creating an EPiServer portal that users will log on to and view information specific to their company. A company can have many users. Every user will need specific settings to present correct data to them. These settings are maintained by an editor, not the user him/herself.

I could of course do a admin page that connects to a simple database, but I would like to use EPiServers built in interface for handling users if possible.

Is it possible to extend the "Edit User" interface to allow editing of custom properties?

Maybe also use ASP.net's system for custom properties in SqlMembershipProvider?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top