Open Closed

Uupate PasswordChangePeriodDays settings for existing Tenants #7076


User avatar
0
DominaTang created

When login as host admin, via Admin Setting page, UI can change the following settings. Abp.Identity.Password.ForceUsersToPeriodicallyChangePassword Abp.Identity.Password.PasswordChangePeriodDays

UI save would update record in AbpSettings table. However, I noticed that for existing tenant I created before update above settings, when login as Tenant Admin, above settings are not changed.

I am wondering where these two settings for each tenant? Is there a way to update all tenants settings when host settings are updated.

Thanks

  • ABP Framework version: v7.2.1 Micro Service Template

2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    ForceUsersToPeriodicallyChangePassword and PasswordChangePeriodDays are independent settings for Host and Tenant.

    Is there a way to update all tenants settings when host settings are updated.

    You can add the default value for these settings or set a value for the default provider.

  • User Avatar
    0
    DominaTang created

    hi

    ForceUsersToPeriodicallyChangePassword and PasswordChangePeriodDays are independent settings for Host and Tenant.

    Is there a way to update all tenants settings when host settings are updated.

    You can add the default value for these settings or set a value for the default provider.

    thanks,

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11