va-net / flare

Modern and Responsive VA Crew Center - Designed for Infinite Flight and Integrated with VANet
https://flare-demo.vanet.app
GNU General Public License v3.0
15 stars 6 forks source link

Cannot Login #37

Closed Bears-Beets-BSG closed 3 years ago

Bears-Beets-BSG commented 3 years ago

Describe the issue

Unable to login after installation. Tried installing three times with different users and passwords. The login screen at /index.php just resets once credentials are submitted. No error messages appear.

Steps to reproduce the issue

Start install at /install/install.php. Follow instructions. Try logging in once completed.

Screenshots

pilots_sql core_folder pre and post submission login flare

rebal15 commented 3 years ago

I've changed a few files, please re download the ZIP file from the releases page and try again, let me know if the issue persists. @Bears-Beets-BSG

rebal15 commented 3 years ago

Ended up being an issue with the argon2ID hashing algorithm.

Must be changed to bcrypt in order to work on most peoples machines.

velocity23 commented 3 years ago

Fixed