You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
personally I think that the login hash should invalidate after first login.
Furthermore the login hash should be removed from the URL after "authentication" because otherwise if I want to pass on the URL to a certain page to another user I end up copying the URL.
However, we need to be careful so that e.g. FlashMessages aren't lost.
Furthermore, user activiation should only be possible as long as a user is not activate (e.g. not in the validated group) - of course, that only works fine if validate and unvalidate group are different.
The text was updated successfully, but these errors were encountered:
Hello,
personally I think that the login hash should invalidate after first login.
Furthermore the login hash should be removed from the URL after "authentication" because otherwise if I want to pass on the URL to a certain page to another user I end up copying the URL.
However, we need to be careful so that e.g. FlashMessages aren't lost.
Furthermore, user activiation should only be possible as long as a user is not activate (e.g. not in the validated group) - of course, that only works fine if validate and unvalidate group are different.
The text was updated successfully, but these errors were encountered: