GitHub Issues are reserved for Bug reports and Feature requests.
The best place to get a question answered is sign-up to our Slack: http://community.keystonejs.com/
There is no default username and password. You'll need to disable authentication and remove access controls from the User list (if you're using the project template) and create an initial user manually.
ni must create a User, link: https://www.keystonejs.com/guides/authentication , you can follow this doc.
hi man, i have a solution can create default user.
use mongo
use yourcollection
db.users.create({email: '[email protected]', password: '$2b$10$GkB7C5CIGbh8.9BzhQ1GOOjg3fyYg6EcUZ/xL24lG/d5UFpd8fD/S', isAdmin: true});
try it. [email protected] adminadmin
ni must create a User, link: https://www.keystonejs.com/guides/authentication , you can follow this doc.
It will be really appreciated if this is written clearly in quick start page. I've been searching for the username and password for an hour.
Most helpful comment
It will be really appreciated if this is written clearly in quick start page. I've been searching for the username and password for an hour.