XRE Authentication Credentials
XRE Authentication Credentials
Default Instructor Account
Username: instructor
Password: xre2025
Role: instructor (full access + user management)
This account has:
- ✅ Access to all course content
- ✅ User management permissions
- ✅ Admin panel access at
/admin.html - ✅ Ability to add/edit/delete other users
Other Default Accounts
Admin Account:
- Username:
admin - Password:
admin2025 - Role: admin
Sample Student Accounts:
-
Username: student1Password: student123Role: student -
Username: student2Password: student456Role: student
How to Login as Instructor
- Visit any course content page (A1, A2, B1, etc.)
- You’ll be redirected to the login page
- Enter:
- Username:
instructor - Password:
xre2025
- Username:
- Click “Sign In”
- You’ll be redirected back to your intended page
- The navigation will show “Welcome, instructor” and “Manage Users” link
Accessing User Management
After logging in as instructor:
- Click “Manage Users” in the top navigation
- This takes you to
/admin.html - Here you can:
- View user statistics
- Add new students
- Edit existing users
- Delete users
- Import/export user lists
Changing the Instructor Password
If you want to change the instructor password:
Option 1: Through Admin Panel
- Login as instructor
- Go to “Manage Users”
- Click “Edit” next to the instructor user
- Enter new password
Option 2: Edit Code Directly
In both login.html and admin.html, change:
'instructor': { password: 'xre2025', role: 'instructor' },
to:
'instructor': { password: 'YOUR_NEW_PASSWORD', role: 'instructor' },
Security Notes
- The instructor account has full privileges
- Keep the password secure
- Consider changing the default password for production use
- The same credentials work for both the login page and admin panel