tripatheea / inventory-management

A simple web-based inventory management software written in PHP (MySQL) with CodeIgniter.
MIT License
65 stars 67 forks source link

unable to open project #2

Closed mahethekiller closed 8 years ago

mahethekiller commented 9 years ago

when i open it on local host after setting database n all i redirects me to this url http://store.globalcollegiate.edu.np/index.php/auth/login Please help

crbertoldo commented 9 years ago

change it to 'localhost' in '/application_fa93g/config/config.php'

mahethekiller commented 9 years ago

its working now thanks , one more thing .... when you created new demo user what password encr. you used ,

tripatheea commented 8 years ago

I think it's sha2. But you won't be able to just sha2-encrypt your password and put it in the database table because of salts. So when you add an entry in the aiap97af_users table, put a random text for the password field and then use the Forgot Password thingy.