This website works better with JavaScript
首頁
探索
說明
登入
heyw
/
TugboatAIRebuild
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
94b6227841
分支列表
標籤列表
main
TugboatAIReb...
/
.trae
/
skills
/
login-debugger
/
SKILL.md
SKILL.md
903 B
文件歷史
原始文件
name: "login-debugger"
description: "调试系统登录功能,使用默认账号admin/1。当用户需要测试登录功能或检查登录问题时调用。"
Login Debugger
Default Credentials
Username:
admin
Password:
1
When to Use
Invoke this skill when:
User needs to test login functionality
User reports login issues
User wants to verify authentication works correctly
User needs to debug login-related problems
Login Steps
Open the login page at
http://localhost:8082
Fill in username: "admin"
Fill in password: "1"
Click the "立即登录" button
Verify successful login by checking for expected page elements
Troubleshooting
If login fails, check if auth service is running on port 8083
Verify database credentials are correct
Check browser console for errors
Verify network connectivity between frontend and auth services