realtimecursor
Version:
Real-time collaboration system with cursor tracking and approval workflow
55 lines (46 loc) ⢠1.71 kB
Markdown
# š Admin Login Credentials
## Super Administrator
- **Email:** `superadmin@example.com`
- **Password:** `SuperAdmin123!`
- **Powers:**
- ā Full system control
- š Can change ANY user's password
- š Can manage admin accounts
- š”ļø Can create other super admins
## Regular Administrator
- **Email:** `admin@example.com`
- **Password:** `Admin123!`
- **Powers:**
- š¤ Can manage regular users
- ā Can create new users
- š« Cannot modify admin accounts
## Quick Login
The login form now has **Quick Login** buttons at the bottom:
- Click "ā Super Admin Login" to auto-fill super admin credentials
- Click "š Admin Login" to auto-fill regular admin credentials
## Super Admin Features
When logged in as Super Admin, you'll see:
- **Purple badges** and indicators throughout the UI
- **"Super Admin Mode"** indicator in the user management panel
- **Password change buttons** (š) for ALL users including admins
- **Full role management** including ability to create super admins
## User Management Hierarchy
```
Super Admin (ā)
āāā Can manage everyone
āāā Can change all passwords
āāā Can create super admins
Admin (š)
āāā Can manage regular users
āāā Can change user passwords
āāā Cannot modify admin accounts
User (š¤)
āāā Standard access only
```
## Testing Super Admin Features
1. Login with super admin credentials
2. Go to User Management
3. You'll see purple "Super Admin Mode" indicator
4. Try changing an admin's password using the š button
5. Try promoting a user to admin or super admin role
The system now provides clear visual feedback and user-friendly access to all super admin functionality!