You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: symfony/user.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# User Entity
1
+
# User Entity with Symfony
2
2
3
3
This documentation is based on the [official Symfony Documentation](https://symfony.com/doc/current/security/user_providers.html) with some API Platform integrations.
4
4
@@ -219,7 +219,7 @@ class UserRepository extends ServiceEntityRepository implements PasswordUpgrader
219
219
## Creating and Updating User Password
220
220
221
221
There's no built-in way for hashing the plain password on `POST`, `PUT` or `PATCH`.
222
-
Happily you can use the API Platform [state processors](state-processors.md) for auto-hashing plain passwords.
222
+
Happily you can use the API Platform [state processors](../core/state-processors.md) for auto-hashing plain passwords.
0 commit comments