Skip to content

Commit 3c0896f

Browse files
Merge pull request #5830 from himeshsiriwardana/change-vale-action
Changed Vale and markdownlint worklows to run on just the changed lines
2 parents 30753b7 + b0e4c1c commit 3c0896f

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.github/workflows/style-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run Vale
2323
uses: errata-ai/vale-action@reviewdog
2424
with:
25-
filter_mode: diff_context
25+
filter_mode: added
2626
reporter: github-pr-check
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{% set product_name = "WSO2 Identity Server" %}
2-
{% include "../../../../../includes/guides/applications/register-single-page-app.md" %}
2+
{% include "../../../../../includes/guides/applications/register-single-page-app.md" %}

en/includes/guides/applications/register-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ You can get this client ID from the **Protocol** tab of the application as shown
7373

7474
## What's next?
7575

76-
- [Add login to your single-page app]({{base_path}}/guides/authentication/add-login-to-single-page-app/)
76+
- [Add login to your single-page app]({{base_path}}/guides/authentication/add-login-to-single-page-app/)

en/includes/guides/authentication/passwordless-login/add-passwordless-login-with-sms-otp.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
# Add SMS OTP login
33

4-
SMS OTP (One-Time Password) is a security mechanism where a password, valid for a short duration, is sent to the user's registered mobile number. This password must be entered during the login process.
4+
An SMS one-time password (OTP) delivers a short-lived code to the users registered mobile number. This works as a passwordless authentication mechanism, allowing users to log in without a password by entering the OTP received via SMS.
55

6-
This method can be used as a form of passwordless authentication, allowing users to log in by providing a one-time passcode received via SMS on their mobile phones, instead of using a traditional password.
7-
8-
To configure SMS OTP as a passwordless authentication mechanism in {{ product_name }}, follow the instructions given below.
6+
Follow the instructions given below to implement passwordless login using SMS OTP in {{ product_name }}.
97

108
## Prerequisites
119

@@ -19,8 +17,7 @@ To configure SMS OTP as a passwordless authentication mechanism in {{ product_na
1917

2018
{{ admin_login_note }}
2119

22-
## Set up SMS OTP
23-
{{ product_name }} has some default settings for SMS OTP, which are sufficient for most cases. If required, you can change the default settings, as explained below.
20+
## Configure SMS OTP
2421

2522
To update the default SMS OTP settings:
2623

@@ -34,7 +31,7 @@ To update the default SMS OTP settings:
3431
</tr>
3532
<tr>
3633
<td><code>SMS OTP expiry time</code></td>
37-
<td>Specifies the expiry time of the OTP. The generated OTP will not be valid after this expiry time.</td>
34+
<td>Specifies the OTP expiry time. The generated OTP won't be valid after this time.</td>
3835
</tr>
3936
<tr>
4037
<td><code>Use only numeric characters for OTP</code></td>

0 commit comments

Comments
 (0)