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

Parameters

UserRepository $userRepository
UserAuthenticationService $authService
UserContextService $userContextService

array changePassword(string $oldPassword, string $newPassword)

No description

Parameters

string $oldPassword
string $newPassword

Return Value

array