Base solution for your next web application

Activities of "QuickApp"

Hi @ismcagdas

I have forwarded the e-mail I shared the information before to you again.

Best regards

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi, Migration does not detect any changes even though I made the following change in Project.Core/MultiTenancy/Tenant.cs:

    [Required]
    
    [StringLength(MaxTenancyNameLength)]
    
    [MinLength(TenantConsts.MinNameLength)]
    
    public override string TenancyName { get; set; }
    

TenantConsts.MinNameLength= 3 MaxTenancyNameLength= 64

Question

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi everyone, When I uncheck the "Lock Enabled" checkbox in the modal box of editing the relevant user in the Administration>Users menu, the account does not lock.

It ignores the "Lock the user's account on incorrect login attempts" section in the Administration>Settings>Security menu.

Is this the way it should be, or is it a logical error?

Showing 41 to 43 of 43 entries