joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 369 forks source link

How do i make the verification email URL https:// #328

Closed xuloo closed 7 years ago

xuloo commented 7 years ago

I've got everything set up and working with the username/password provider but my site is running at https://domain.com and the link in the verification email sends users to http://domain.com.

How do i change the url scheme?

xuloo commented 7 years ago

and of course, just as i ask the question i find the answer staring me in the face :)

in the config

play-authenticate.password.mail.verificationLink.secure = true