SR Communication
Unified access for administrators and subscribers.
SR Communication is an ISP management platform for handling broadband users, payments, service monitoring, and daily admin operations in one place. Admin login goes to the admin dashboard, while general user login goes to the user dashboard from the same page.
Admin Access
Successful admin login redirects to `admin_dashboard.php`.
User Access
Successful user login redirects to `dashboard.php`.
Single Form
A single username or email field and one password field handle both roles.
Compatibility
Older login routes now redirect back to this page for compatibility.
Login
Enter a username or admin email. The system detects the account type and sends it to the correct dashboard.
Admin credentials are checked first, then agents, and finally user credentials. If the same identifier exists in multiple roles, the system prioritizes high-level access sequentially.