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