Skip to content

Commit 3fd43e3

Browse files
committed
Updated settings document added last password info
1 parent 281406d commit 3fd43e3

6 files changed

+32
-16
lines changed

docs/en/Features-Angular-Host-Settings.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also select a default edition, so a newly registered tenant will be assi
3333

3434
## User Management
3535

36-
![User Management Settings](images/host-settings-user-management-5.png)
36+
![User Management Settings](images/host-settings-user-management-6.png)
3737

3838
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.
3939

@@ -45,15 +45,9 @@ You can also enable/disable session timeout control. If it is enable and the use
4545

4646
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.
4747

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.
53-
5448
## Security
5549

56-
![Security Settings](images/host-settings-security-5.png)
50+
![Security Settings](images/host-settings-security-6.png)
5751

5852
**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.
5953

@@ -65,6 +59,12 @@ This tab also contains user lock-out settings and two factor login settings as w
6559
>
6660
> * If user does not have a verified phone number, user will be logged in without sms verification.
6761
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.
67+
6868
## Email
6969

7070
![Email Settings](images/host-settings-email.png)

docs/en/Features-Angular-Tenant-Settings.md

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Each tenant can allow tenant users to use Gravatar profile picture or not.
4242

4343
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.
4444

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.
52+
4553
## Invoice
4654

4755
![Invoice settings](images/tenant-settings-core-invoice.png)

docs/en/Features-Mvc-Core-Host-Settings.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also select a default edition, so a newly registered tenant will be assi
3333

3434
## User Management
3535

36-
![User Management Settings](images/host-settings-user-management-5.png)
36+
![User Management Settings](images/host-settings-user-management-6.png)
3737

3838
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.
3939

@@ -45,20 +45,20 @@ You can also enable/disable session timeout control. If it is enable and the use
4545

4646
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.
4747

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.
53-
5448
## Security
5549

56-
![Security Settings](images/host-settings-security-5.png)
50+
![Security Settings](images/host-settings-security-6.png)
5751

5852
**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.
5953

6054
This tab also contains user lock-out settings and two factor login settings as well.
6155

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.
61+
6262
## Email
6363

6464
![Email Settings](images/host-settings-email.png)

docs/en/Features-Mvc-Core-Tenant-Settings.md

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Each tenant can allow tenant users to use Gravatar profile picture or not.
4242

4343
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.
4444

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.
52+
4553
## Invoice
4654

4755
![Invoice settings](images/tenant-settings-core-invoice.png)
81.4 KB
Loading
Loading

0 commit comments

Comments
 (0)