Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,8 @@
"extra":
{ } },
{ "name": "register",
"labels": [],
"labels":
[ "changed" ],
"nameParams": [],
"params":
[ { "name": "email",
Expand Down Expand Up @@ -778,7 +779,7 @@
"",
" The specified `password` must be between 4 and 100 ASCII characters.",
"",
" See New Members ([SDK](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members) | [Velo](https://dev.wix.com/docs/velo/api-reference/wix-members-frontend/authentication/new-members)) to learn about verifying emails and approving members.",
" See [New Members](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members) to learn about verifying emails and approving members.",
"",
" > **Notes:**",
" >",
Expand All @@ -792,13 +793,13 @@
" > a notification is displayed",
" > and a confirmation email is sent to the new member.",
" > To register a member without displaying the notification, use",
" > `register()` ([SDK](https://dev.wix.com/docs/sdk/backend-modules/identity/authentication/register-v2) | [Velo](https://dev.wix.com/docs/velo/apis/wix-members-backend/authentication/register))",
" > [`register()`](https://dev.wix.com/docs/sdk/backend-modules/identity/authentication/register-v2)",
" > (this doesn't suppress the confirmation email).",
" >",
" > - When a site's member signup settings are set to automatic approval (see New Members ([SDK](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members) | [Velo](https://dev.wix.com/docs/velo/api-reference/wix-members-frontend/authentication/new-members))), ",
" > - When a site's member signup settings are set to automatic approval (see [New Members](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members)), ",
" > calling the frontend `register()` in page code is as secure as calling `register()` in backend code, ",
" > unless you are implementing [custom site registration using code](https://dev.wix.com/docs/develop-websites/articles/code-tutorials/wix-members/creating-a-custom-registration-form-with-code).",
" > However, when registration is set to [anual approval (see New Members ([SDK](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members) | [Velo](https://dev.wix.com/docs/velo/api-reference/wix-members-frontend/authentication/new-members))),",
" > However, when registration is set to manual approval (see [New Members](https://dev.wix.com/docs/sdk/frontend-modules/members/authentication/new-members)),",
" > calling `register()` from the backend code allows you to build more secure approval flows",
" > by keeping tokens hidden from the frontend." ],
"links": [],
Expand Down Expand Up @@ -939,8 +940,7 @@
"extra":
{ } },
{ "name": "sendResetPasswordEmail",
"labels":
[ "changed" ],
"labels": [],
"nameParams": [],
"params":
[ { "name": "email",
Expand Down