jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

User Object in changePassword, reset password etc. templates not accessible? #583

Open MojoJojo opened 8 years ago

MojoJojo commented 8 years ago

Hi, Another issue I ran into - it seems like the actions for change password and reset password are secured and are user aware. How do I access the user in the change password template?

Currently, this does not seem possible without implementing my own controller?