Base solution for your next web application
Open Closed

Unique username validation #4324


User avatar
0
omarsultan created

How to validate that the entered username is unique ?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @omarsultan,

    If you want to use a unique username among all tenants, you can use AbpUserAccounts table. It contains all users of all tenants and host.

  • User Avatar
    0
    aaron created
    Support Team