PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

When a Magician/User eMail is changed, the session state is corrupted #185

Open marknelsonengineer opened 9 years ago

marknelsonengineer commented 9 years ago

Repro: 1) Login 2) Change your eMail

pkarjala commented 9 years ago

Solution: When a user email address changes, change the session context OR kick the user out and force a relogin.

pkarjala commented 9 years ago

I think we fixed this already?