This website works better with JavaScript
홈
탐색
도움말
로그인
heyw
/
TugboatAIRebuild
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
94b6227841
브랜치
태그
main
TugboatAIReb...
/
.trae
/
skills
/
login-debugger
/
SKILL.md
SKILL.md
903 B
히스토리
Raw
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