mo-esmp / DynamicRoleBasedAuthorizationNETCore

Dynamic Role-Based Access Control for ASP.NET Core MVC and Web API
GNU General Public License v3.0
451 stars 94 forks source link

Question: DynamicAuthorization.Mvc.Ui #26

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is it possible to scaffold the views of the DynamicAuthorization.Mvc.Ui? I have a theme I am applying to the application, and I want the roles pages to be similarly templated.

Thank you

mo-esmp commented 3 years ago

Unfortunately, you can't. The easiest way right now is that copy the DynamicAuthorization.Mvc.Ui project into your own project and change it in the way want.

ghost commented 3 years ago

Okay thank you. I will do just that. Prior to now I have been implementing it manually. I will continue to do that. And thank you so very much for this awesome project. Been saving my life 3 years now and counting!