Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tenant email verification template used if Application email verification template is set #2941

Open
mrudatsprint opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mrudatsprint
Copy link

mrudatsprint commented Dec 5, 2024

Tenant email verification template used if Application email verification template is set

Description

The Application email verification template doesn't override the Tenant email verification template in the email sent to the user when updating the user's email address in Self Service Account Management.

Observed versions

1.54.0

Affects versions

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to 'Tenants->Email->Email verification settings'
  2. Click on 'Verify email'
  3. Set the 'Verification template'
  4. Go to 'Applications->Email->Templates'
  5. Set the 'Email verification'
  6. Change the email address in Self Service Account Management
  7. The email received is the Tenant email verification template

Expected behavior

The Application email verification template should be sent to the user.

Screenshots

tenant-email-verification application-templates

Platform

(Please complete the following information)

  • Device: Desktop
  • OS: macOS
  • Browser + version: Chrome 131.0.6778.70
  • Database: PostgresSQL 16.0-bookworm

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Additional context

@mrudatsprint mrudatsprint added the bug Something isn't working label Dec 5, 2024
@mooreds
Copy link
Collaborator

mooreds commented Dec 6, 2024

in the admin UI, we don't have the application context, so can't select the application template.

However, in the self-service account management section, we do have the application, so I'd expect that to be used.

@mrudatsprint
Copy link
Author

mrudatsprint commented Dec 6, 2024

@mooreds I'll update the issue to not include updating the email address in the Admin UI as there's no application context. As you stated, the self-service account management should use the application email verification template as the application context does exist as the client_id was used to access self-service account management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants