Just starting using simple invoices and all is well so far except...........
I need to activate the authorisation function. I have found the description of how to do this, but with my non existent knowledge of sql I do not fully grasp it. For example :Run this sql-querie in phpmyadmin - I don't know how to do that. Is there a more detailed exact step by step example somewhere for dummies like me?
I run this under windows by the way, not sure if that is relevant but I thought I'd mention it.
I tried that but now get the following error when I try to get in......any ideas?
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at F:\www\simpleinvoices\config\config.php:1) in F:\www\simpleinvoices\include\auth\auth.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\www\simpleinvoices\config\config.php:1) in F:\www\simpleinvoices\include\auth\auth.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at F:\www\simpleinvoices\config\config.php:1) in F:\www\simpleinvoices\include\auth\auth.php on line 16
i just got authentication working by following this wiki faq entry - http://simpleinvoices.org/wiki/doku.php?id=how_do_i_enable_authentification_ie_a_login_system_in_simple_invoices (note that the tables, etc, already existed) all i had to do was
change false to true in config/config.php download the md5.js, put in correct dir login.php was already set to correct value (line 164 though)
i changed the demo username, email address via phpmyadmin to my email, username, so now i log in with my email address and demo as password. anyone know how to change the passwords?
re changing usernames and password - open up phpmyadmin - go to the users table and edit the user - on the password fields make sure you select MD5 from the drop down list and enter the password -- this will save the passwords md5 in the db and you should be able to login using the password you entered