Base solution for your next web application
Open Closed

Extend User Settings #2511


User avatar
0
alukaszewski created

Hi, is it possible to extend the User Profile/Settings modal? I would like to add another boolean attribute for each user which they can set from the UserSettings modal. What do I need to modify? I have successfully extended global options previously, but I am struggling with adding a simple true/false option for each user. Thanks!


1 Answer(s)
  • User Avatar
    0
    alukaszewski created

    It's OK, I found answer here:

    <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities#add-new-property-to-user">https://aspnetzero.com/Documents/Extend ... ty-to-user</a>

    Thanks for the guide!