Is there any way I could new user only with Username and Password? UI and back code. I donot need email when new user.
I check Volo.Abp.Identity, and see the [Required] in here: IdentityUserCreateOrUpdateDtoBase
Thanks
Question 1:
The class tenant does not have Navigation property: public virtual Edition Edition { get; set; } So this is the limitation for the different commercial level? Thanks
but default could get edition navigation property.
Question 2: I see the sendtoken and confirm for the phone login.
But commercial do not have phone registration. Right? So we have to implement by ourself. Right?
thx
When Create new tenant: String extend property works. but enum does not work. UI datatable list works: getlist from db also works and show in the UI. Check image below.
error: Invalid cast from 'System.Int64' to 'xxx.TenantType'. System.InvalidCastException: Invalid cast from 'System.Int64' to 'xxx.TenantType'.
The suite shows it created angular ui successfully. But I cannot see them in the code.
Volo.Abp.Cli && abp suite both are 4.20
Thanks!