final class UserPasswordController implements InvocableController (View source)

Displays and handles the form where the user can change their password.

Methods

__construct(ResponseRenderer $response, UserPassword $userPassword, DatabaseInterface $dbi)

No description

Response|null
__invoke(ServerRequest $request)

No description

Details

__construct(ResponseRenderer $response, UserPassword $userPassword, DatabaseInterface $dbi)

No description

Parameters

ResponseRenderer $response
UserPassword $userPassword
DatabaseInterface $dbi

Response|null __invoke(ServerRequest $request)

No description

Parameters

ServerRequest $request

Return Value

Response|null