for example want create 2 types of users 1. teacher 2. student
teacher having properties of fname, lname , salary made membertype "collegemember"
i want create student user properties fname , lname only. possible create new member type using properties of old member type or has other solution?
thanks.
member objects not quite work in umbraco. can not inherited member objects in same way can inherit document types or media types.
i create 2 independent user types here properties require. if desperately want inheritance, implement own membership provider or extension api, inheritance not visible in umbraco, @ code level. in umbraco member types still appear independent objects. seems little gain.
Comments
Post a Comment