I currently have a site I built with Radzen Studio and I used the security function within the studio to enable ASP.NET Core Identity. That has been working but I only did very basic configuration meaning I only did the login. I want to go back and now add the "Allow password reset" and "Enable email two-factor authentication". My question is will it over right the data in the tables that I have been using? The tables look the same as I built a test site to try the other features. Or is it just as simple as redoing the security options and enabling the new features?
Enabling more security features will not overwrite anything in your database - it will overwrite some previously generated code in your application to enable the new functionality.