Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.41k stars 578 forks source link

Can not log in #81

Closed adnredwan77 closed 4 years ago

adnredwan77 commented 4 years ago

Hi, I've created the database from class.install.php file, I copied the create statements and run it on the database , after that copy the insert statments and run it on the database one by one and change the parameters with suitable values, I've inserted user in zp_user table and try login but it fails also

marcelfolaron commented 4 years ago

Hey I assume you left the password field blank? Passwords are stored using the password_hash() function. You could try to reset your password under /resetPassword Based on the previous thread though you might not get to that page due to htaccess not set up.

You'd have to make sure that is working first since Leantime depends on those rewrites.

Are you running apache or nginx?

marcelfolaron commented 4 years ago

Closing this for now. Let me know if you run into any other issues.