-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Is your feature request related to a problem? Please describe.
In a multi-tenant application, the developer can't access a list of all the users who have signed up.
Describe the solution you'd like
A page where there's a table where you can see a list of every user who's signed up, their username, and the date they signed up.
Describe alternatives you've considered
There will be a remake backup command to backup all your data, so you could browse the data locally. But that's not easy to do and takes multiple steps.
Suggested approach
Detect if the user is an admin by matching the current user's email address against the app administrator's email
When a user goes to app-name.remakeapps.com/admin/users, read all the contents of the user data folder, grab the username from the name of each json file (as well as the date the file was created) and display them in a table layout