Dear {{ $user->name }},
Welcome to {{ $organizationName }}! Your administrator account has been created successfully. You now have access to the church management system.
@if($password)Your Login Credentials
Email Address
{{ $user->email }}
Temporary Password
{{ $password }}
Role
{{ ucfirst($user->role ?? 'User') }}
⚠️ Security Reminder:
@else
- Change your password immediately after first login
- Use a strong, unique password
- Never share your credentials with anyone
- Enable two-factor authentication if available
Your account email: {{ $user->email }}
You can now log in using the credentials you set during registration.
System Access
As a user of the church management system, you can:
- Manage member information and records
- Track contributions and finances
- Organize events and programs
- Monitor attendance
- Send communications to members
- Generate reports and analytics
If you have any questions or need assistance, please contact the system administrator.