Skip to content

Commit f42bed5

Browse files
authored
Merge pull request #5711 from MicrosoftDocs/2563665
Remove notes regarding English captcha limitation - 2563665
2 parents 530f584 + 508d7aa commit f42bed5

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

powerapps-docs/maker/portals/add-form.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 08/24/2021
8+
ms.date: 02/02/2022
99
ms.subservice: portals
1010
ms.author: nenandw
1111
ms.reviewer: ndoelman
@@ -66,9 +66,6 @@ To add a form component:
6666

6767
- **Show captcha for anonymous users**: Displays captcha to anonymous users.
6868

69-
> [!NOTE]
70-
> Captcha control is currently limited to only English language for audio, and Latin characters for image.
71-
7269
- **Show captcha for authenticated users**: Displays captcha to authenticated users.
7370

7471
- **Permissions**: Table permissions to be considered for the form. [Configure table permissions](configure/entity-permissions-studio.md) to make the form available to anyone, or any specific roles.

powerapps-docs/maker/portals/configure/entity-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 10/04/2021
8+
ms.date: 02/02/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -68,7 +68,7 @@ To enable permissions for a basic form, select the checkbox to **Enable Table Pe
6868

6969
|Name|Description|
7070
|----|---------|
71-
|Add Captcha| Displays captcha. <br> **NOTE:** Captcha control is currently limited to only English language for audio, and Latin characters for image.|
71+
|Add Captcha| Displays captcha. |
7272
|Show Captcha for Authenticated users| Displays captcha for authenticated users.|
7373
|Validation Group| The group name assigned to input controls for evaluating valid input of named groups.|
7474
|Auto Generate Steps From Tabs| Indicates that multiple tabs on a basic form will be displayed with each tab as a sequential step starting with the first tab and continue until all tabs have been navigated to and upon final submission a record is inserted. By default, it is not selected. The default value indicates that only one tab or form is to be rendered for the current step. If the Tab Name is not specified, then the first tab is displayed.|

powerapps-docs/maker/portals/configure/load-form-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 08/24/2021
8+
ms.date: 02/02/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -65,7 +65,7 @@ To enable permissions for an advanced form, select the checkbox to **Enable Tabl
6565

6666
| Name | Description |
6767
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68-
| Add Captcha | Portal uses RadCaptcha by Telerik to prevent malicious spam attacks. The service requires a unique key to authenticate requests for your portal application. <br> **NOTE:** Captcha control is currently limited to only English language for audio, and Latin characters for image. |
68+
| Add Captcha | Portal uses RadCaptcha by Telerik to prevent malicious spam attacks. The service requires a unique key to authenticate requests for your portal application. |
6969
| Validation Group | The group name assigned to input controls for evaluating valid input of named groups. |
7070
| Previous Button CSS Class | CSS Class name assigned to the Previous button. |
7171
| Previous Button Text | Label on the previous button. |

powerapps-docs/maker/portals/configure/set-authentication-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 10/08/2021
8+
ms.date: 02/02/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -234,7 +234,7 @@ The following describes the settings for enabling and disabling user registratio
234234
| Authentication/Registration/Enabled | Enables or disables all forms of user registration. Registration must be enabled for the other settings in this section to take effect. Default: true |
235235
| Authentication/Registration/OpenRegistrationEnabled | Enables or disables the sign-up registration form for creating new local users. The sign-up form allows any anonymous visitor to the portal to create a new user account. Default: true |
236236
| Authentication/Registration/InvitationEnabled | Enables or disables the invitation code redemption form for registering users who have invitation codes. Default: true |
237-
|Authentication/Registration/CaptchaEnabled|Enables or disables captcha on the user registration page. Default: false <br> **NOTE**: <br> - This site setting might not be available by default. To enable captcha, you must create the site setting and set its value to true. <br> - Captcha control is currently limited to only English language for audio, and Latin characters for image. |
237+
|Authentication/Registration/CaptchaEnabled|Enables or disables captcha on the user registration page. Default: false <br> **NOTE**: <br> - This site setting might not be available by default. To enable captcha, you must create the site setting and set its value to true. |
238238

239239
> [!NOTE]
240240
> Ensure that the primary email is specified for the user, because registration is done by using the primary email (emailaddress1) of the user. The user can't be registered by using the secondary email (emailaddress2) or alternate email (emailaddress3) of the contact record.

0 commit comments

Comments
 (0)