Keystone: What's default user name and password to login admin ui

Created on 18 Nov 2019  路  4Comments  路  Source: keystonejs/keystone

Question about Keystone

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/

Most helpful comment

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bpavot picture bpavot  路  11Comments

bholloway picture bholloway  路  18Comments

jesstelford picture jesstelford  路  14Comments

molomby picture molomby  路  12Comments

JedWatson picture JedWatson  路  17Comments