ICreateUserBackend

interface OCP\User\Backend\ICreateUserBackend
Implemented by:OC\User\Database
Source:lib/public/User/Backend/ICreateUserBackend.php#32

Methods

public OCP\User\Backend\ICreateUserBackend::createUser($uid, $password)
Source:

lib/public/User/Backend/ICreateUserBackend.php#41

Parameters:
  • $uid (string) The username of the user to create
  • $password (string) The password of the new user
Since:

14.0.0

Returns:

bool