0
PhilWynn created
Hi,
We have a requirement to create new tenancies with a user provided admin name, rather than the default admin name specified in AbpUserBase.AdminUserName.
Are there any implications I should be aware of if I allow this to happen in our system?
Regards, Phil
3 Answer(s)
-
0
Hi @PhilWynn,
Different tenants can have a user with username admin. Why do you need to remove admin user of default tenant ? Usernames are unique per tenant.
-
0
Hi,
We had a Pen Test recommendation not to use same default credentials across tenants.
Regards
-
0
You can soft-delete admin user for now.
Related issue: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2948