In the admin Browse Users, is it possible to display All Users instead those starting with the letter A?
Yep, click browse users / all. Theres also a way to add "all users" to the links on the left that I teach my members. David
If you want it to default to opening All users: Edit amember\admin\menu.inc.php Look for letter= (should be ~line 108) and remove the ?letter=A from the end so the line looks like this: Code: $s = & $m->addSection('users', 'Browse Users', 'users.php?letter=A', -1000);