netcreateorg / netcreate-itest

Developing the 2.0 version of NetCreate
https://github.com/netcreateorg/netcreate-2018
Other
0 stars 0 forks source link

Two users with same token can log in and clobber each other's changes #220

Open benloh opened 1 month ago

benloh commented 1 month ago

Not sure if this needs to be fixed...

  1. Log into one computer with a token, e.g. NEW20-A-LMD
  2. Log into a second computer with the same token, e.g. NEW20-A-LMD
  3. On the first computer, start editing a comment without saving.
  4. On the second computer, start editing the same comment.
  5. Click save on the second computer => the first computer exits Edit mode loses their changes, and the new changes clobber the new one.

Do we care?