ASP.NET Core Identity without email server

Hello Radzen community,

I'd like to request the option to add ASP.NET Core Identity without having to use an email server since that's way too extra for my needs. Also, why adding the security (login only) doesn't use the usernames stored in the database at all?
Yes I'm sure that I added new users correctly to the aspnetUsers table but the login page only works with the development alternative which is by default user:admin, pass:admin
I tried commenting that part out or even running the application in release but it still wouldn't use any user from the database.

AFAIK the email server is only required if you select the option to allow user registration/Password reset.
image
You should create users and roles using the Radzen generated admin pages.
image