Skip to content

Commit f9bb18d

Browse files
dvlppCopilot
andauthored
Update docs/guide/authentication.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 50ce3b8 commit f9bb18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ These customizations will not interfere with any default behavior that you may h
310310

311311
Sharp provides a helper trait to quickly build a command that lets the currently authenticated user change his password: `Code16\Sharp\Auth\Password\Command\IsChangePasswordCommandTrait`. Using this trait, you can quickly build a Sharp command, with a few configuration options.
312312

313-
The trat will take care of the form, validation and rate-limiting. Note that:
313+
The trait will take care of the form, validation and rate-limiting. Note that:
314314

315315
- This helper is designed for the “current user changes his own password” scenario. If you need admin-managed password resets for other users, implement a different command with the proper authorization checks.
316316
- Persisting the new password is up to you (see example below).

0 commit comments

Comments
 (0)