What's the best way to extend the users area? I want to add a field to the User Types where you must select an Administrator (by User Type) for each particular type. I don't see any way to extend this area, does it have to be done in the source code?
相关问题
- Recycling app pool each time a change has been mad
- October CMS: How to extend the backend user with r
- Umbraco: CS0234 The type or namespace name 'Te
- Wordpress: WP_Query search criteria on 'post_n
- Update Batch in Codeigniter with multiple WHERE cl
相关文章
- “Controller does not exist. Reflection failed.” TY
- Is there any cushycms alternative? [closed]
- How to agnostically link any object/Model from ano
- Search products in a specific category
- Sitefinity and custom development
- Umbraco - how to set the value of a property using
- Oxite: What are you going to do with it? [closed]
- Switching themes in Drupal without the web interfa
There is no way to extend a User to add more properties that I"m aware of. You could create a new table in the Umbraco database and then use an XLST Extension or C# class to get the extended properties in a Razor macro or User Control. However, you would have to create a custom folder in the Users section (or a custom section) to allow editing of the extended properties in Umbraco.