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/auth/email_verification_request_fn.blade.php b/resources/views/emails/auth/email_verification_request_fn.blade.php index be46ec63..11b56ad5 100644 --- a/resources/views/emails/auth/email_verification_request_fn.blade.php +++ b/resources/views/emails/auth/email_verification_request_fn.blade.php @@ -1,33 +1,34 @@ @extends('emails.email_layout') @section('content') -
|
- Dear {!!$user_email!!},
- |
-
|
- Please click the link below to verify your email address.
- |
-
| - - | -
|
- If you did not create an {!! Config::get('app.app_name') !!} account, no further action is required.
- |
-
|
- Thanks!
- {{Config::get('app.tenant_name')}} Support Team |
-
+ Confirm your email.+Verify {{ $user_email }} to finish setting up your FNid. + |
+
| + Verify email → + | +
|
+ Or paste this link into your browser: |
+
|
+ Didn't sign up for an {!! Config::get('app.app_name') !!} account? You can ignore this email — your account will be inactive without verification. + |
+
| + Questions? {!! Config::get('app.help_email') !!} + | +