tripatheea / inventory-management

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

Inventory Managemnet #5

Closed grace43 closed 8 years ago

grace43 commented 9 years ago

when i try and access the project via Localhost

Not Found

The requested URL /index.php/ was not found on this server.

nalimleinad commented 8 years ago

Its .htaccess problem. Truncate it.

NinioDev commented 8 years ago

How can I add a new User? When I'm trying to Register i redirect me to login screen again, When I push it manually to database I have no idea how to write the password (its not working if its not encrypted). Thanks.

tripatheea commented 8 years ago

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.

NinioDev commented 8 years ago

Ill try it, thanks! :+1: