dedis / cothority

Scalable collective authority
Other
425 stars 106 forks source link

Fix multiple recoveries #2478

Closed ineiti closed 2 years ago

ineiti commented 2 years ago

The evolve-instruction was badly calculated, and thus only one recovery was possible.

Unfortunately all accounts with a recovery cannot be recovered :(

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

tharvik commented 2 years ago

Unfortunately all accounts with a recovery cannot be recovered :(

Arf, too bad; maybe reset it to the correct instructions when someone logins?

ineiti commented 2 years ago

Unfortunately all accounts with a recovery cannot be recovered :(

Arf, too bad; maybe reset it to the correct instructions when someone logins?

Yes, I thought to do so. But as it's only 5 people with 3 of them in the GymInf class, plus Laurent from SPRING, I just sent out an email with manual instructions to remove and re-add the email recovery option. Else I'm sure that I'll add a new error while fixing it :)