When I update to Flarum 0.1.0-beta.7, the View user list permission is set to Members. Then if a guest come to to forum and search some keyword that relate to user name in the search bar, the error will pop up : "You don't have permission".
api/users?filter%5Bq%5D=something&page%5Blimit%5D=5
will return
{"errors":[{"status":"401","code":"permission_denied"}]}
This should be fix:
- If permission is : Members => front end search will not fire the user search API
- If permission is : Guets=> front end search will inclue the user search API
Thanks!