doque / hats

Six Thinking Hats
0 stars 0 forks source link

Fix login issues #168

Closed doque closed 10 years ago

doque commented 10 years ago

Test all sorts of login routines:

doque commented 10 years ago

Also, wrong emails are being sent when creating a session - creator gets an invite email instead of "your session is now online".

NemoOudeis commented 10 years ago

fixed the email template and checked the invite issue from different angles.

  1. when you access a session via host:port/sessionId then you need a cookie or else it will not work
  2. if you are using the invite link with the token you can enter without cookie (even in incognito mode).