SilexLab / Board

The modern open source bulletin board software
www.silexboard.org
GNU General Public License v3.0
20 stars 6 forks source link

New login system #151

Closed XxidroxX closed 11 years ago

XxidroxX commented 11 years ago

With this commit i have fixed the login system. I have tested it many times and it works. Note: you must change the password in Mysql, you must use the function to crypt the password and then set it in the db. After you can login correctly. Note2: I have commented lines that cause an error. You can't use object as array. The lines are: 78 and 131 in User.class.php

XxidroxX commented 11 years ago

I'm not an experienced programmer, I have given only an outline at the beginning then you have to change it.

noxifoxi commented 11 years ago

We are appreciate for any help, but if you don't know what you do or what to do, don't change any working code. We are not complete idiots and have quite a bit knowlegde what we do. Your Code changes destroy more than help us.