Skip to content

Commit

Permalink
Add kb
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jan 8, 2025
1 parent dbfefbe commit 8748bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/kb/can-not-login-with-admin-user.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions docs/en/kb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8748bae

Please sign in to comment.