tmaiaroto / minerva

Minerva CMS
BSD 3-Clause "New" or "Revised" License
57 stars 8 forks source link

unable to login #3

Open supafoundation opened 13 years ago

supafoundation commented 13 years ago

Im unable to login after normal registration(non facebook). It keeps saying wrong username/password

tmaiaroto commented 13 years ago

Ensure you have the latest lithium library. Minerva used to use String::hash() for passwords, but now uses the new Password::hash() method. Auth will use Password::hash() now by default. This was something that I did spent a good deal of time with testing, but let me know if you still have issues.