This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
heyw
/
TugboatAIRebuild
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
94b6227841
Branches
Tags
main
TugboatAIReb...
/
.trae
/
skills
/
login-debugger
/
SKILL.md
SKILL.md
903 B
Lịch sử
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