# Welcome to the {{ config('app.name') }} Team!
Hello {{ $user->name }},
You have been invited by **{{ $inviterName }}** to join the clinical team at **{{ config('app.name') }}** as a **{{ ucfirst($user->role) }}**.
We are excited to have you on board! To get started, please use the temporary credentials below to access your account:
**Username:** {{ $user->username }}
**Temporary Password:** `{{ $password }}`
Access Clinical Terminal
> [!IMPORTANT]
> For your security, please change your password immediately after your first login.
If you have any questions regarding your access or role, please contact your administrator.
Best regards,
The {{ config('app.name') }} Team
---
*This is an automated message from the OptoCare Clinical Management System.*