Skip to content

Commit 1136d9e

Browse files
committed
Fixed configuration key
1 parent 28afc88 commit 1136d9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

13/umbraco-cms/reference/configuration/securitysettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A full configuration with all default values can be seen here:
1818
"AuthCookieName": "UMB_UCONTEXT",
1919
"AuthCookieDomain": "",
2020
"UsernameIsEmail": true,
21-
"RequireUniqueEmailForMembers": true,
21+
"MemberRequireUniqueEmail": true,
2222
"UserPassword": {
2323
"RequiredLength": 10,
2424
"RequireNonLetterOrDigit": false,
@@ -73,7 +73,7 @@ The authentication cookie which is set in the browser when a backoffice user log
7373

7474
This setting specifies whether the username and email address are separate fields in the backoffice editor. When set to "false", you can specify an email address and username, only the username can be used to log on. When set to "true" (the default value) the username is hidden and always the same as the email address.
7575

76-
### Require unique email for members
76+
### Member require unique email
7777

7878
By default Umbraco will not allow creation of more than one member account with the same email address. If you wish to allow this, set this value to `false`.
7979

15/umbraco-cms/reference/configuration/securitysettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A full configuration with all default values can be seen here:
1818
"AuthCookieName": "UMB_UCONTEXT",
1919
"AuthCookieDomain": "",
2020
"UsernameIsEmail": true,
21-
"RequireUniqueEmailForMembers": true,
21+
"MemberRequireUniqueEmail": true,
2222
"UserPassword": {
2323
"RequiredLength": 10,
2424
"RequireNonLetterOrDigit": false,
@@ -75,7 +75,7 @@ The authentication cookie which is set in the browser when a backoffice user log
7575

7676
This setting specifies whether the username and email address are separate fields in the backoffice editor. When set to "false", you can specify an email address and username, only the username can be used to log on. When set to "true" (the default value) the username is hidden and always the same as the email address.
7777

78-
### Require unique email for members
78+
### Member require unique email
7979

8080
By default Umbraco will not allow creation of more than one member account with the same email address. If you wish to allow this, set this value to `false`.
8181

0 commit comments

Comments
 (0)