Base solution for your next web application
Open Closed

Size limitation in UI for creating a user #8206


User avatar
0
olmy90 created

I want to set username = email adress, but there seems to be a size limitation in the UI. Database column is nvarchar(256) How to fix this? Is Angular UI 8


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    You can change the angular maxlength based on these lengths, I will update angular later.

    https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e5d01ac26b/src/Abp.Zero.Common/Authorization/Users/AbpUserBase.cs#L21-L77

  • User Avatar
    0
    maliming created
    Support Team

    https://github.com/aspnetzero/aspnet-zero-core/pull/2841

  • User Avatar
    0
    olmy90 created

    thanks!