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?

有帮助吗?

解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top