User::hashPassword() Hashes the user's password unless it is null, which will leave it as null kirby/src/Cms/User.php#L280 User::hashPassword(string|null $password): string|null Parameters Name Type Default $password * string|null – Return type string|null Parent class Kirby\Cms\User