Browse Source

Merge pull request #21848 from abpframework/auto-merge/rel-9-0/3371

Merge branch prerel-9.1 with rel-9.0
pull/21849/head
maliming 1 year ago
committed by GitHub
parent
commit
e6554642b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/kb/can-not-login-with-admin-user.md
  2. 1
      docs/en/kb/index.md

5
docs/en/kb/can-not-login-with-admin-user.md

@ -0,0 +1,5 @@
# Problem: Can not login with the admin user
* Try username `admin` and Password `1q2w3E*`.
* Try to migrate database. If you have a `DbMigrator` application in your solution, use it. It will seed initial data and create the admin user for you.
* If not works, read the README.MD file in your solution, or check the [Getting Started](https://abp.io/docs/latest/get-started) document.

1
docs/en/kb/index.md

@ -3,4 +3,5 @@
The following documents provide useful information about several topics you might need to know.
* [How to Fix "Filename too long" Error on Windows](windows-path-too-long-fix.md)
* [Problem: Can not login with the admin user](can-not-login-with-admin-user.md)
* [When to Use a Distributed Cache Server](when-to-use-a-distributed-cache-server.md)
Loading…
Cancel
Save