Skip to content

Commit 613e807

Browse files
Apply LLM corrections
1 parent bd3262c commit 613e807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage_descriptions/auth-03-ql6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this stage, you'll add support for responding to the `ACL GETUSER` command wi
44

55
The `nopass` flag is one of the user flags in Redis.
66

7-
- If the `nopass` flag is set for a user, the authentication succeed with an arbitrary password for the user.
7+
- If the `nopass` flag is set for a user, the authentication succeeds with an arbitrary password for the user.
88
- Setting the `nopass` flag clears the associated passwords for the given user.
99
- The default user has the `nopass` flag set. Due to this, new connections are automatically authenticated as the `default` user. (This behavior can be changed, and we'll get to this in the later stages.)
1010

@@ -15,7 +15,7 @@ Example usage:
1515
2) 1) "nopass"
1616
```
1717

18-
The flags are encoded as a RESP bulk string. We'll get to enforcing the behavior of `nopass` flag in the later stages.
18+
The flags are encoded as a RESP bulk string. We'll get to enforcing the behavior of the `nopass` flag in later stages.
1919

2020
In this stage, you only need to respond to the `ACL GETUSER` command with the `nopass` flag set.
2121

0 commit comments

Comments
 (0)