Files
medusa-store/docs/content/troubleshooting/signing-in-to-admin.md
T
2023-05-15 11:04:14 +03:00

454 B

Signing in to Medusa Admin

If you've created a new Medusa backend with the --seed option or used the seed script or command, the default credentials are:

email: admin@medusa-test.com
password: supersecret

Alternatively, you can create your own users using the Medusa CLI tool:

npx @medusajs/medusa-cli user -e some@email.com -p somepassword

See Also