❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$users->findBy($field, $value)
Finds a single user account by field and value
return
($user)
↑
Cheat Sheet overview
←
$users->find($username)
→
$users->first()
↓
Back to Cheat Sheet section
Top