-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.txt
78 lines (63 loc) · 1.9 KB
/
info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
House Rental Platform - User Credentials
======================================
🔐 Login Information
-------------------
All users can log in through the same login page at /auth/login
The system will automatically detect the user's role and redirect them accordingly.
📝 Registration
--------------
- Only users and renters can register through the public registration page
- Admin accounts can only be created by the Super Admin through the dashboard
- Renter accounts need verification by an admin before they can access the platform
🔑 Sample Account Credentials
---------------------------
Super Admin
----------
Email: superadmin@houserental.com
Password: SuperAdmin@123
Access: Full platform control, can create/manage admin accounts
Admin
-----
Email: admin@houserental.com
Password: Admin@123
Access: Platform management, user verification, content moderation
Renter
------
Email: renter@houserental.com
Password: Renter@123
Access: Property listing, booking management, messaging
Regular Users
------------
1. Email: alice@example.com
Password: User@123
2. Email: charlie@example.com
Password: User@123
Access: Property browsing, booking, reviews, messaging
⚠️ Security Notice
----------------
Please change these passwords after first login for security purposes.
These are sample accounts for testing purposes only.
🔒 Role-Based Access Control
-------------------------
1. Super Admin
- Create, manage, and delete admin accounts
- Full platform management
- Access all features
2. Admin
- Verify renter accounts
- Moderate content and reviews
- Manage user reports
- Platform monitoring
3. Renter
- List properties
- Manage bookings
- Respond to inquiries
- Update property details
- View booking analytics
4. User
- Browse properties
- Make bookings
- Leave reviews
- Message renters
- Manage personal bookings
Generated on: 11/22/2024, 11:05:43 PM