Reset forgotten password
Nerd infoYour password cannot be retrieved, because it is stored encrypted.
Specifically, we have chosen to use bcrypt algorithm version 2a with a cost factor of 10^12. Each password is padded with a random salt to prevent rainbow table attacks.
Runner ups algorithms were PBKDF2, scrypt, and Argon2i, but bcrypt was chosen because it is convenient, time-tested, reasonably future-proof, and sufficient.
With that said, your password needs to be reset instead!