Web Developer
i dont have idea about how admin manage users and all how to make guys if ayone has theorical knowladge and all please can share me blog or etc too understand basic things please tell me
Votes
0
Replies
5
Participants
Unknown
Messages
6
Web Developer
i dont have idea about how admin manage users and all how to make guys if ayone has theorical knowladge and all please can share me blog or etc too understand basic things please tell me
Moderator
What do you mean with managing users?
Moderator
If you mean deleting for example, an user, you will need an appwrite function
Web Developer
for example i had a app which has a admin and user both so how i first of all identify it is admin or user if there is no login available for user just login available for admin and how admin manage a work to upload items and all
Moderator
You can assign permission: https://appwrite.io/docs/permissions
Moderator
If you don't want (for example) allowing an user without a role accessing a page, you can do account.get(); and depending on the role redirect to another page