Skip to content

Commit 32b9ab9

Browse files
committed
updated documentation for gravatar profile picture feature
1 parent f11397d commit 32b9ab9

9 files changed

+20
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also select a default edition, so a newly registered tenant will be assi
2727

2828
## User Management
2929

30-
<img src="images/host-settings-user-management-2.png" alt="User Management Settings" class="img-thumbnail" />
30+
<img src="images/host-settings-user-management-3.png" alt="User Management Settings" class="img-thumbnail" />
3131

3232
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.
3333

@@ -37,6 +37,8 @@ You can enable/disable captcha on users login page.
3737
3838
You can also enable/disable session timeout control. If it is enable and the user does not provide any input to the site during the timeout period, a countdown modal will be displayed to user. If the user still does not provide an entry to the site during the modal countdown period, user will be log out.
3939

40+
Each tenant can allow tenant users to use Gravatar profile picture or not.
41+
4042
## Security
4143

4244
<img src="images/host-settings-security-5.png" alt="Security Settings" class="img-thumbnail" />

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Under the appearance tab, each tenant can upload a logo file and upload a custom
1818

1919
## User Management
2020

21-
<img src="images/tenant-settings-core-user-management-2.png" alt="User management settings" class="img-thumbnail" />
21+
<img src="images/tenant-settings-core-user-management-3.png" alt="User management settings" class="img-thumbnail" />
2222

2323
Under the user management tab, each tenant can configure some user management settings related to their account. Each tenant can enable/disable user registration for their account. Tenants can also make newly registered users for their account active or passive by default.
2424

@@ -32,6 +32,8 @@ Also, each tenant can enable/disable cookie consent so ASP.NET Zero shows a cook
3232

3333
Each tenant can force email confirmation for login.
3434

35+
Each tenant can allow tenant users to use Gravatar profile picture or not.
36+
3537
## Security
3638

3739
<img src="images/tenant-settings-core-security.png" alt="User management settings" class="img-thumbnail" />

docs/en/Features-Angular-User-Menu.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ All login attempts (succeed of failed) are logged in the application. A user can
3030

3131
A user can change his/her own profile picture. Currently JPG, JPEG, GIF and PNG files are supported.
3232

33+
A user can also use Gravatar image for profile picture using change profile picture modal window.
34+
35+
<img src="D:/GitHub/documents/docs/en/images/change-profile-picture.png" alt="Change profile picture" class="img-thumbnail" />
36+
3337
## My Settings
3438

3539
My settings modal is used to change user profile settings:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also select a default edition, so a newly registered tenant will be assi
2727

2828
## User Management
2929

30-
<img src="images/host-settings-user-management-2.png" alt="User Management Settings" class="img-thumbnail" />
30+
<img src="images/host-settings-user-management-3.png" alt="User Management Settings" class="img-thumbnail" />
3131

3232
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.
3333

@@ -37,6 +37,8 @@ You can enable/disable captcha on login page.
3737
3838
You can also enable/disable session timeout control. If it is enable and the user does not provide any input to the site during the timeout period, a countdown modal will be displayed to user. If the user still does not provide an entry to the site during the modal countdown period, user will be log out.
3939

40+
Each tenant can allow tenant users to use Gravatar profile picture or not.
41+
4042
## Security
4143

4244
<img src="images/host-settings-security-5.png" alt="Security Settings" class="img-thumbnail" />

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Under the appearance tab, each tenant can upload a logo file and upload a custom
1818

1919
## User Management
2020

21-
<img src="images/tenant-settings-core-user-management-2.png" alt="User management settings" class="img-thumbnail" />
21+
<img src="images/tenant-settings-core-user-management-3.png" alt="User management settings" class="img-thumbnail" />
2222

2323
Under the user management tab, each tenant can configure some user management settings related to their account. Each tenant can enable/disable user registration for their account. Tenants can also make newly registered users for their account active or passive by default.
2424

@@ -32,6 +32,8 @@ Also, each tenant can enable/disable cookie consent so ASP.NET Zero shows a cook
3232

3333
Each tenant can force email confirmation for login.
3434

35+
Each tenant can allow tenant users to use Gravatar profile picture or not.
36+
3537
## Security
3638

3739
<img src="images/tenant-settings-core-security.png" alt="User management settings" class="img-thumbnail" />

docs/en/Features-Mvc-Core-User-Menu.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ All login attempts (success of failed) are logged in the application. A user can
3636

3737
A user can change own profile picture. **ProfileController** is used to upload and get user profile pictures. Currently, JPG, JPEG, GIF and PNG files are supported, you can extend it.
3838

39+
A user can also use Gravatar image for profile picture using change profile picture modal window.
40+
41+
<img src="images/change-profile-picture.png" alt="Change profile picture" class="img-thumbnail" />
42+
3943
## Change Password
4044

4145
**ProfileAppService** is used to change password.
15.4 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)