I used SecureSocial 2.0.7, and Id implemented UserServicePlugin, and users could log in. I could stop and restart the server (or recompile or something else), and the users would remain on the system.
Since the upgrade to version 2.0.12, the registration session is not saved on the server reboot.
Ive added a debug log for each method in UserServicePlugin . The user is in the saved state at login. However, when the server restarts and I try to access the page as a previously registered user, I just see in the logs:
[info] play - database [default] connected at jdbc:postgresql:
Any ideas? Interestingly, for some reason, it receives a login cookie until it reaches the verification of an existing registration session ...
I use username and password authentication.
source share