Login & Authentication
Accessing TradeEntry
Navigate to the TradeEntry web application URL in your browser. You will be presented with the login screen.
Login Steps
- Enter your registered email address or username.
- Enter your password (case-sensitive).
- Click Sign In.
Session Management
- Sessions are automatically maintained using secure tokens.
- Your session remains active as long as the browser tab is open.
- Closing the browser or navigating away does not log you out automatically.
- To explicitly log out, click the user avatar in the top-right corner and select Logout.
Troubleshooting Login Issues
| Problem | Solution |
|---|---|
| Incorrect password | Double-check for CAPS LOCK, trailing spaces |
| Account locked | Contact administrator |
| Blank screen after login | Clear browser cache and retry |
| Connection error | Check your internet and backend server status |
Security Notes
- Never share your password with others.
- Avoid logging in from public or shared computers.
- Always log out after your session on shared machines.
Password Reset
Currently password reset is managed by the system administrator. Contact them with your registered email to receive a temporary password.
Next: Dashboard Overview