PasswordChangeService
class PasswordChangeService (View source)
Constants
| private ERROR_MESSAGES |
|
Methods
__construct(UserRepository $userRepository, UserAuthenticationService $authService, UserContextService $userContextService)
No description
array
changePassword(string $oldPassword, string $newPassword)
No description
Details
__construct(UserRepository $userRepository, UserAuthenticationService $authService, UserContextService $userContextService)
No description
array
changePassword(string $oldPassword, string $newPassword)
No description