Skip to content

Kirby 3.5.7.1

$useractions->changePassword()

Changes the user password

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

Parameters

Name Type Default
$password * string

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