getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

Saving Profile of current user, should refresh data in session #256

Closed rhukster closed 3 years ago

rhukster commented 4 years ago

Changes to your own profile don't take effect until you log off and back on because the data is stored in session. This should take place immediately or it is very confusing.

mahagr commented 4 years ago

This has actually been fixed by adding a new option into login plugin configuration: Sync User in Session, which defaults to false for backwards compatibility.