SmartTokenLabs / attestation

Paper and implementation of blockchain attestations
MIT License
48 stars 10 forks source link

MagicLink does not update with new email on Order #295

Open theschweitz opened 2 years ago

theschweitz commented 2 years ago

With regards to Devconnect '22 shop on Pretix:

Order was originally placed with email 1, but at some point email 1 was changed to email 2. After issuing emails with {attestation_link} placeholder, MagicLink contains email 1 in the link.

This can be an issue if an employee lost their job & access to their email 1 after placing an order.

Attestation.jar should update with new email.

theschweitz commented 2 years ago
Screen Shot 2022-09-01 at 4 42 50 PM Screen Shot 2022-09-01 at 4 44 45 PM

How MagicLinks are generated.

oleggrib commented 2 years ago

@theschweitz , Pretix have some code to generate attestation_link. you can search by keyword ".jar" - its extension of java app to generate attestations (file name kind of attestation.jar, maybe attestation-3.XX.jar)