Skip to content

Fixed an issue re-sending the verification email#5973

Merged
valadas merged 1 commit intodnnsoftware:developfrom
zyhfish:task/fix-issue-5883
Feb 19, 2024
Merged

Fixed an issue re-sending the verification email#5973
valadas merged 1 commit intodnnsoftware:developfrom
zyhfish:task/fix-issue-5883

Conversation

@zyhfish
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@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