# Welcome to {{ $appName }}, {{ $name }}!
An administrator created an account for you on **{{ $appName }}**. Use the credentials below to sign in.
**Email:** {{ $email }}
@if ($plainPassword)
**Temporary password:** `{{ $plainPassword }}`
You'll be asked to set a new password on your first login.
@endif
Sign in to {{ $appName }}
@if ($resetUrl)
If you'd rather set a password without using the temporary one, use this link instead:
Set my password
@endif
If you weren't expecting this email, you can safely ignore it — no further action is needed.
Thanks,
The {{ $appName }} team