Base solution for your next web application
Open Closed

Remove default admin user name #4830


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    PhilWynn created

    Hi,

    We had a Pen Test recommendation not to use same default credentials across tenants.

    Regards

  • User Avatar
    0
    aaron created
    Support Team

    You can soft-delete admin user for now.

    Related issue: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2948