docs: small fixes based on friction log (#2954)

* docs: small fixes

* removed python command
This commit is contained in:
Shahed Nasser
2023-01-06 11:40:18 +02:00
committed by GitHub
parent 8ba27a2e28
commit 39c834e043
6 changed files with 14 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ By default, the admin runs on port 7000. So, in your browser, go to `localhost:7
Use your Medusa admins user credentials to log in.
:::tip
### Demo Credentials
If you installed the demo data when you installed the Medusa server by using the `--seed` option or running:
@@ -110,6 +110,10 @@ npm run seed
You can use the email `admin@medusa-test.com` and password `supersecret` to log in.
:::info
Passwords in Medusa are hashed using the [scrypt-kdf](https://www.npmjs.com/package/scrypt-kdf). The password hash is then stored in the database.
:::
---