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 1/2] 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 From b807036ed775a8fecba95a7b0032fe45cbcc051b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 8 Jan 2025 15:15:28 +0300 Subject: [PATCH 2/2] Added new KB --- docs/en/kb/can-not-login-with-admin-user.md | 2 +- docs/en/kb/index.md | 6 +++--- docs/en/kb/when-to-use-a-distributed-cache-server.md | 2 +- docs/en/kb/windows-path-too-long-fix.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/kb/can-not-login-with-admin-user.md b/docs/en/kb/can-not-login-with-admin-user.md index 0a6596ae2a..d69695b503 100644 --- a/docs/en/kb/can-not-login-with-admin-user.md +++ b/docs/en/kb/can-not-login-with-admin-user.md @@ -1,4 +1,4 @@ -# Problem: Can not login with the admin user +# KB#0003: 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. diff --git a/docs/en/kb/index.md b/docs/en/kb/index.md index 087cb1ab65..44a1ca4a3a 100644 --- a/docs/en/kb/index.md +++ b/docs/en/kb/index.md @@ -2,6 +2,6 @@ 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 +* KB#0001: ["Filename too long" error on Windows](windows-path-too-long-fix.md) +* KB#0003: [Can not login with the admin user](can-not-login-with-admin-user.md) +* KB#0002: [When to use a distributed cache server](when-to-use-a-distributed-cache-server.md) \ No newline at end of file diff --git a/docs/en/kb/when-to-use-a-distributed-cache-server.md b/docs/en/kb/when-to-use-a-distributed-cache-server.md index a414e5cd78..27fced60a9 100644 --- a/docs/en/kb/when-to-use-a-distributed-cache-server.md +++ b/docs/en/kb/when-to-use-a-distributed-cache-server.md @@ -1,4 +1,4 @@ -# When to Use a Distributed Cache Server +# KB#0002: When to Use a Distributed Cache Server ABP provides a [distributed cache service](../framework/fundamentals/caching.md) that is based on [ASP.NET Core's distributed cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed). This document explains when you need to have a separate cache server for your applications. diff --git a/docs/en/kb/windows-path-too-long-fix.md b/docs/en/kb/windows-path-too-long-fix.md index 6a822c1402..1486abd40f 100644 --- a/docs/en/kb/windows-path-too-long-fix.md +++ b/docs/en/kb/windows-path-too-long-fix.md @@ -1,4 +1,4 @@ -# How to Fix "Filename too long" Error on Windows +# KB#0001: How to Fix "Filename too long" Error on Windows If you encounter the "filename too long" or "unzip" error on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 255 characters.