Remove local login bypass
TaxBaik CI/CD / build-and-deploy (push) Successful in 3m5s

This commit is contained in:
2026-07-07 23:44:21 +09:00
parent 2939de70d5
commit dad8eb9da1
3 changed files with 2 additions and 31 deletions
-2
View File
@@ -136,8 +136,6 @@ dotnet watch run --project .\src\TaxBaik.Web\TaxBaik.Web.csproj
- **username**: `admin`
- **password**: `<TAXBAIK_ADMIN_TEST_PASSWORD>` or current rotated admin password
- 개발 환경에서는 `test_admin / admin123` 로도 로그인 가능
> ⚠️ **중요**: 프로덕션 배포 시 비밀번호 변경 필수이며, 검증용 비밀번호는 Gitea Secrets로 관리
---