elPoeta / react-express-mongo-ecommerce

e-commerce React js - express - mongodb - jwt - redux
MIT License
41 stars 20 forks source link

How to access admin manager? #3

Closed FLTornado closed 4 years ago

FLTornado commented 4 years ago

How to access admin manager? please ..

elPoeta commented 4 years ago

you need to change a user's data in the database manually.

In the user collection there are 2 fields isAdmin and role changes isAdmin to true and role to admin

when you log in with that user you will have access as user admin