[SOLVED] Is Accounts.createUserVerifyingEmail gone?

In the docs (Accounts | Docs) I can read about this function. But when used on the server and called with a Meteor.call I get the error:

Exception while invoking method ‘user.create’ TypeError: Accounts.createUserVerifyingEmail is not a function
I20250218-14:56:50.909(1)? at MethodInvocation.user.create (server/user.js:31:36)

Using:
Meteor 3.1.2 + accounts-passwordless

SOLVED, you need accounts ‘password’ too not just ‘base’ & ‘passwordless’