userExistsByUsername

open fun userExistsByUsername(username: String): Boolean

Check whether a user exists with the given username (case sensitivity depends on repository).

Return

true if a user record exists

Parameters

username

the username to check