Saving application settings always auto-generates users, register and profile pages

I'm using the "Default" security provider for my web application and I have renamed the auto-generated pages (profile, register user, add user, users, roles, etc.) to the corresponding German names.
Sometimes I just need to add a file to the "code generation ignore list" but after clicking on "Save", Radzen re-generates all user, role, register and profile pages. This is pretty annoying, because I always have to delete these pages afterwards.

In my opinion, it should only generate these pages if the user clicks on "Save" at the security settings page.

Renaming automatically generated security pages is not the best approach in my opinion - maybe you can just change the page titles.

I think changing the page titles only is somewhat confusing for the users, because the URL would still be in English. To do it right, I would need to change the routes too, which is a far more compilcated solution.

Could Radzen possibly not generate those pages in the designer when they're in the code ignore list?
image

I too have renamed the default security pages and it's a pain to remove the automatically generated every time the project is saved.

Hey @kim,

We will do our best to check if we can add support for this . Take a note that Radzen designer is based on meta json files while code generation ignore list is for .NET app files only - we need to extend the designer to respect the ignore list.

1 Like

In the next update you will be able to specify security meta json pages in the application ignore list like this and Radzen will not add them to the application. Wildcards will not work - just exact meta page file names:

2 Likes

Great! Thank you for taking care of the problem so quickly.