How can I change the Memberships privacy from appwrite console? Im trying to get the list of members but the userName and userEmail is empty.
TL;DR
Developers are unable to find the option to change Memberships privacy in the dashboard as mentioned in the documentation. To resolve this issue, you can try navigating to Auth > Security in the appwrite console to access the Memberships privacy setting and ensure the userName and userEmail fields are populated correctly.In the docs show tha we can change it in Auth > Security > Memberships privacy but that option doesnt appear in my dashboard
https://appwrite.io/docs/products/auth/teams#memberships-privacy
Recommended threads
- Project Paused
I am the developer of a project and the admin is not able to login into their account for some reason and I can't change the status of the project due to role r...
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...