65 lines
1.5 KiB
Markdown
65 lines
1.5 KiB
Markdown
# Super Admin Credentials
|
|
|
|
A super admin user has been successfully created for the TakeOne application.
|
|
|
|
## Login Credentials
|
|
|
|
**Email:** `superadmin@takeone.com`
|
|
**Password:** `SuperAdmin@2024`
|
|
|
|
## User Details
|
|
|
|
- **Name:** Super Administrator
|
|
- **Full Name:** Super Administrator
|
|
- **Role:** Super Admin (Platform Administrator)
|
|
- **Email Verified:** Yes
|
|
- **Mobile:** +971 501234567
|
|
- **Gender:** Male
|
|
- **Nationality:** UAE
|
|
|
|
## Permissions
|
|
|
|
As a Super Admin, this user has full platform access including:
|
|
|
|
- ✅ Manage All Clubs - Create, edit, delete any club
|
|
- ✅ Manage All Members - View and manage all platform members
|
|
- ✅ Database Backup - Backup and restore database
|
|
- ✅ View Platform Analytics - View platform-wide analytics
|
|
|
|
## Access Routes
|
|
|
|
The super admin can access the admin panel at:
|
|
- **Admin Dashboard:** `/admin`
|
|
- **Members Management:** `/admin/members`
|
|
- **Roles Management:** `/admin/roles`
|
|
- **Financials:** `/admin/financials`
|
|
|
|
## Login URL
|
|
|
|
To login, navigate to:
|
|
```
|
|
http://localhost/login
|
|
```
|
|
or
|
|
```
|
|
http://your-domain.com/login
|
|
```
|
|
|
|
Then use the credentials above.
|
|
|
|
## Security Notes
|
|
|
|
⚠️ **Important:**
|
|
- Change the password after first login for security purposes
|
|
- Keep these credentials secure and do not share them
|
|
- This account has full access to all platform features and data
|
|
|
|
## Verification
|
|
|
|
The super admin user has been verified and confirmed to have the `super-admin` role assigned successfully.
|
|
|
|
---
|
|
|
|
**Created:** <?php echo date('Y-m-d H:i:s'); ?>
|
|
**Seeder Used:** `SuperAdminSeeder.php`
|