You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User related settings can be configured under this tab. You can force email confirmation for login. You can enable phone number verification. Also, you can enable cookie consent so ASP.NET Zero shows a cookie consent bar for the users to accept cookie policy of your application.
39
39
@@ -45,15 +45,9 @@ You can also enable/disable session timeout control. If it is enable and the use
45
45
46
46
Each tenant can allow tenant users to use Gravatar profile picture or not. Additionally, you can adjust the size of the profile picture in megabytes (MB) and set the dimensions in pixels (px) for width and height.
47
47
48
-
##### Password
49
-
50
-
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
51
-
52
-
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
**Security** tab in host settings page contains password complexity settings. Host can define system wide password complexity settings in this tab. Each tenant can override this setting in tenant settings page.
59
53
@@ -65,6 +59,12 @@ This tab also contains user lock-out settings and two factor login settings as w
65
59
>
66
60
> * If user does not have a verified phone number, user will be logged in without sms verification.
67
61
62
+
##### Password
63
+
64
+
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
65
+
66
+
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
Copy file name to clipboardExpand all lines: docs/en/Features-Angular-Tenant-Settings.md
+8
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@ Each tenant can allow tenant users to use Gravatar profile picture or not.
42
42
43
43
Security tab contains password complexity settings. Each tenant can define password complexity settings in this tab for their account. Each tenant can also configure user lock out settings.
44
44
45
+
##### Password
46
+
47
+
If MultiTenancyEnabled is set to false, the password expiration settings will apply globally to all active users across the application, rather than being configurable for each tenant.
48
+
49
+
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
50
+
51
+
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
User related settings can be configured under this tab. You can force email confirmation for login. You can enable phone number verification. Also, you can enable cookie consent so ASP.NET Zero shows a cookie consent bar for the users to accept cookie policy of your application.
39
39
@@ -45,20 +45,20 @@ You can also enable/disable session timeout control. If it is enable and the use
45
45
46
46
Each tenant can allow tenant users to use Gravatar profile picture or not. Additionally, you can adjust the size of the profile picture in megabytes (MB) and set the dimensions in pixels (px) for width and height.
47
47
48
-
##### Password
49
-
50
-
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
51
-
52
-
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
**Security** tab in host settings page contains password complexity settings. Host can define system wide password complexity settings in this tab. Each tenant can override this setting in tenant settings page.
59
53
60
54
This tab also contains user lock-out settings and two factor login settings as well.
61
55
56
+
##### Password
57
+
58
+
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
59
+
60
+
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
Copy file name to clipboardExpand all lines: docs/en/Features-Mvc-Core-Tenant-Settings.md
+8
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@ Each tenant can allow tenant users to use Gravatar profile picture or not.
42
42
43
43
Security tab contains password complexity settings. Each tenant can define password complexity settings in this tab for their account. Each tenant can also configure user lock out settings.
44
44
45
+
##### Password
46
+
47
+
If MultiTenancyEnabled is set to false, the password expiration settings will apply globally to all active users across the application, rather than being configurable for each tenant.
48
+
49
+
You can enable/disable password expiration on the settings page. If you enable it, users will have to change their password after defined days passed.
50
+
51
+
You can also prevent user's new password from being same as any of last x passwords. If you enable it, you will need to define how many previous password you want to prevent. Users will not be able to use some of the previously used password as a new password.
0 commit comments