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

Broken activation link #2919

Closed
thaoms opened this issue May 24, 2018 · 1 comment
Closed

Broken activation link #2919

thaoms opened this issue May 24, 2018 · 1 comment

Comments

@thaoms
Copy link

thaoms commented May 24, 2018

When sending an activation mail to a user the url starts with // when using protocol relative site urls.

Hey xxxx

Thanks for creating an account with xxxx! To activate your account, click the following link:

//xxxx.com/actions/users/set-password?code=xxxxxxxxxxxx&id=xxxxxxxxxxxx
If you were not expecting this email, just ignore it.


'production' => [
	'siteUrl' => [
	    'xxxx' => '//www.xxxxxxx.xx/',
	    'xxxx' => '//www.xxxxxxx.xx/',
	],
],

Additional info

  • Craft version: 3.0.9
  • PHP version: 7.1.15
  • Database driver & version: MySQL 5.7.20
@brandonkelly
Copy link
Member

Fixed for the next release, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants