Base solution for your next web application
Open Closed

How can I permanently disable user lockout #7964


User avatar
0
vincent.calaor created

I want to remove this feature. How can I turn this off permanently?


4 Answer(s)
  • User Avatar
    0
    xitix created

    Go to Administration > settings [Inside this refer below image] Uncheck User Lock Out

  • User Avatar
    0
    vincent.calaor created

    I want to permanently disable it from the Startup.cs is that possible? I dont want access to this from UI

  • User Avatar
    0
    maliming created
    Support Team

    hi vincent.calaor

    It's a setting inside the framework. It can't be permanently disabled in Startup. You can change this setting(AbpZeroSettingNames.UserManagement.UserLockOut.IsEnabled) to false and then remove the relevant content in the UI and code.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.