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)
-
0
hi
ForceUsersToPeriodicallyChangePassword
andPasswordChangePeriodDays
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.
-
0
hi
ForceUsersToPeriodicallyChangePassword
andPasswordChangePeriodDays
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,