Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

Update README.md with steps for 1st-time users about admin account #570

Closed paulsbruce closed 4 years ago

paulsbruce commented 4 years ago

Added step 5 to Quick Start session to help 1st-time users understand how to get going with an initial admin account.

Pradeep298 commented 4 years ago

In mockiato, we have a different meaning of admin user. The user created by clicking '..Register an account here' link is a mockiato user and not the admin user. There is only 1 admin in mockiato. This can be configure with 'MOCKIATO_ADMIN' environment variable. This admin user have access to all the mockiato users & their services (like super admin). So the point 5th in # Quick Start should be like this.

  1. Use the '...Register an account here.' link to register as a mockiato user and log in.
Pradeep298 commented 4 years ago

I have made these changes in master branch my self. you can update your forked branch. closing this pull request.

paulsbruce commented 4 years ago

Thanks @Pradeep298 for the clarification and update.