Nextcloud PHP API (stable19)

ICheckPasswordBackend

Tags
since
14.0.0

Table of Contents

checkPassword()  : string|bool

Methods

checkPassword()

public checkPassword(string $loginName, string $password) : string|bool
Parameters
$loginName : string
$password : string

The password

Tags
since
14.0.0
Return values
string|bool

The uid on success false on failure

Search results