Skip to content

Kirby 5.0.4

$userActions->changePassword()

Changes the user password

$userActions->changePassword(string $password): Kirby\Cms\UserActions

Parameters

Name Type Default
$passwordrequired string no default value

Return type

Kirby\Cms\UserActions

This method does not modify the existing $useractions object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\UserActions