diff --git a/.github/workflows/pull_request_unit_tests.yml b/.github/workflows/pull_request_unit_tests.yml index 462317c3..9b21c15e 100644 --- a/.github/workflows/pull_request_unit_tests.yml +++ b/.github/workflows/pull_request_unit_tests.yml @@ -37,6 +37,8 @@ jobs: PHP_VERSION: 8.3 OTEL_SDK_DISABLED: true OTEL_SERVICE_ENABLED: false + MAIL_FROM_EMAIL: noreply@tipit.net + MAIL_FROM_NAME: noreply@tipit.net services: mysql: image: mysql:8.0 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ad2ede65..cfaf33c5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -33,6 +33,8 @@ jobs: PHP_VERSION: 8.3 OTEL_SDK_DISABLED: true OTEL_SERVICE_ENABLED: false + MAIL_FROM_EMAIL: noreply@tipit.net + MAIL_FROM_NAME: noreply@tipit.net services: mysql: image: mysql:8.0 diff --git a/resources/views/emails/welcome_new_user_email_fn.blade.php b/resources/views/emails/welcome_new_user_email_fn.blade.php index 3e332ead..b8554298 100644 --- a/resources/views/emails/welcome_new_user_email_fn.blade.php +++ b/resources/views/emails/welcome_new_user_email_fn.blade.php @@ -1,37 +1,71 @@ @extends('emails.email_layout') @section('content') -
|
- Your {!! Config::get('app.app_name') !!} is: {!!$user_email!!}
- |
- ||
|
- If you did not set a password you can do so now (this link expires in {!! $reset_password_link_lifetime !!} min).
- |
- ||
|
- If you have not entered your first name, last name, company, and country please do so in your profile now. You may also update your photo, add a bio, and provide other information you wish to share.
- |
- ||
|
- Your {!! Config::get('app.app_name') !!} can be used to access all {!! Config::get('app.tenant_name') !!} apps necessary to interact with the event. In order for the apps to operate, each one will ask for permission to access your information and/or request the authority to use your {!! Config::get('app.app_name') !!}.
- |
- ||
|
- Should you have any questions, please email {!! Config::get('app.help_email') !!} for assistance.
- |
- ||
+ Your FNid is ready.+One identity, every FNTECH app — for this event and the next. + |
+ ||
|
+
+ {{ $user_email }}
+
+ |
+ ||
+
|
+ ||
+
|
+ ||
|
+ You stay in control. Each {!! Config::get('app.tenant_name') !!} app will ask before accessing your information or acting on your behalf. + |
+ ||
| + Questions? {!! Config::get('app.help_email') !!} + | +