Skip to content

Commit 71e22b7

Browse files
Merge pull request #5548 from sadilchamishka/fix-docs-issues
2 parents 61caf1d + b8e57a8 commit 71e22b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/identity-server/next/docs/guides/users/manage-users.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ To filter users by account status:
368368
369369
## Add users with email verification
370370
371-
1. Enable email verification
371+
1: Enable email verification
372372
373373
!!! abstract ""
374374
@@ -386,7 +386,7 @@ To filter users by account status:
386386
]
387387
}'
388388
389-
2. Configure email verification method (Optional). Enable this to send OTP via email.
389+
2: Configure email verification method (Optional). Enable this to send OTP via email.
390390
391391
!!! abstract ""
392392
@@ -404,7 +404,7 @@ To filter users by account status:
404404
]
405405
}'
406406
407-
3. Create user with email verification required
407+
3: Create user with email verification required
408408
409409
!!! abstract ""
410410
@@ -459,7 +459,7 @@ To filter users by account status:
459459
"HTTP/1.1 201 Created"
460460
```
461461
462-
4. Confirm email or validate OTP (One-Time Password)
462+
4: Confirm email or validate OTP (One-Time Password)
463463
464464
You can verify the email using the confirmation link, or enter the OTP using the following API.
465465

0 commit comments

Comments
 (0)