Skip to main content

Login & Authentication

Accessing TradeEntry

Navigate to the TradeEntry web application URL in your browser. You will be presented with the login screen.

Login Steps

  1. Enter your registered email address or username.
  2. Enter your password (case-sensitive).
  3. 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

ProblemSolution
Incorrect passwordDouble-check for CAPS LOCK, trailing spaces
Account lockedContact administrator
Blank screen after loginClear browser cache and retry
Connection errorCheck 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