tripatheea / inventory-management

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

What is the user name and pw? #6

Closed Klopko closed 8 years ago

Klopko commented 8 years ago

Or in which file can I set it?

tripatheea commented 8 years ago

Do you mean the database username / password or the application username / password? For the former, you just have to specify it in application_fa93g/config/database.php. For the latter, you need to create an entry yourself in the table aiap97af_users. I'd put a random text for the password field there and then use the Forgot Password thingy.

Klopko commented 8 years ago

Yes, this is what came to my mind only after asking the question. Thanks for replying!

tripatheea commented 8 years ago

No problem. Good luck! :)

pablorq commented 6 years ago

Hi!

Can you fill in the db an application user & pass, like admin:admin. It's easier to handle.

Regards...