User directory by FriendsOfFlarum

An extension that generates a new url /users
that provides a list of users, with the ability to sort. You can search through the users from the global
search input field, a new item shows up "Search all users for ..".
You can protect access to the list with a permission. If the user has no access, they will see a 404 not found page.
A setting allows you to show a link to the directory from the homepage sidebar, or you can use the links extension if you prefer a link in the header.
Installation
Use Bazaar or install manually with composer:
composer require fof/user-directory
Updating
To the next minor version:
composer update fof/user-directory
To the latest compatible version:
composer require fof/user-directory
Updating from Flagrow
This extension replaces Flagrow User Directory.
To upgrade from the old extension to the new one:
composer remove flagrow/user-directory
composer require fof/user-directory
Then enable the new extension in the admin panel.
Links
An extension by FriendsOfFlarum