Skip to content

Commit 59facbc

Browse files
committed
minor changes on the passwordless login document
1 parent 4381b2a commit 59facbc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/en/Features-Passwordless-Login.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Passwordless Login
22

3-
ASP.NET Zero is ready to provide passwordless login, but it is disabled by default. You can easily enable this in the `User Management` tab, on the host settings page.
3+
ASP.NET Zero provides passwordless login feature out of the box, but it is disabled by default. It can be enabled in the `User Management` tab, on the host settings page.
4+
5+
When a user requests to login using passwordless login feature, a 6-digit unique code will be sent to users email address or phone number depending on users selection on passwordless login page.
6+
7+
- A Passwordless login code can be used only once.
8+
- When a passwordless login code is verified, it can't be used anymore.
49

510
![Passwordless login settings](images/passwordless-login-settings.png)
611

@@ -10,7 +15,7 @@ If any of the passwordless login options are turned on, a section for passwordle
1015

1116
![Passwordless login click here](images/passwordless-login-click-here.png)
1217

13-
If the user wants to log in using passwordless login, he/she will be directed to the verification screen for authentication after clicking on the `click here` field.
18+
If a user wants to log in using passwordless login, the user will be directed to the verification screen for authentication after clicking on the `click here` link.
1419

1520
## Verification Type
1621

@@ -38,4 +43,4 @@ After filling in the necessary fields according to the chosen verification type,
3843

3944
![Passwordless login verify passwordless code](images/passwordless-login-verify-passwordless-code.png)
4045

41-
After entering the verification code correctly, you will be redirected to the dashboard.
46+
After entering the verification code correctly, user will be authenticated and redirected to the home page of the application.

0 commit comments

Comments
 (0)