From 8748bae00dcb6188351eb975a310eb6db3e9e6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 8 Jan 2025 15:12:57 +0300 Subject: [PATCH] Add kb --- docs/en/kb/can-not-login-with-admin-user.md | 5 +++++ docs/en/kb/index.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/en/kb/can-not-login-with-admin-user.md diff --git a/docs/en/kb/can-not-login-with-admin-user.md b/docs/en/kb/can-not-login-with-admin-user.md new file mode 100644 index 0000000000..0a6596ae2a --- /dev/null +++ b/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. diff --git a/docs/en/kb/index.md b/docs/en/kb/index.md index 8a497cdeee..087cb1ab65 100644 --- a/docs/en/kb/index.md +++ b/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) \ No newline at end of file