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

Fixed an issue re-sending the verification email #5973

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

zyhfish
Copy link
Contributor

@zyhfish zyhfish commented Feb 19, 2024

Fix #5883: register the dnn.jquery.js in html body

@bdukes bdukes added this to the 9.13.3 milestone Feb 19, 2024
@bdukes
Copy link
Contributor

bdukes commented Feb 19, 2024

This script was moved into a JS library by #5724 in 9.13.0.

Before that change, this script was added by this line:

ClientResourceManager.RegisterScript(page, "~/Resources/Shared/Scripts/dnn.jquery.js");

So switching the script location to BodyTop should be a reasonable change, that's closer to where it would have been inserted before.

Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@valadas valadas changed the title Fix #5883: register the dnn.jquery.js in html body. Fixed an issue re-sending the verification email Feb 19, 2024
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@valadas valadas merged commit 65b8151 into dnnsoftware:develop Feb 19, 2024
3 checks passed
@zyhfish zyhfish deleted the task/fix-issue-5883 branch February 20, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Verification Emails cannot be sent by clicking "here" link...
3 participants