-
Login System
I'm looking for a PHP based login system with the following features:
- Administrator makes accounts, not users and can add/remove new ones
- Must support multiple users
- Must be relatively secure
- User pages are 100% customizable, nothing pre-made
- Must be free (cheapskate :D)
I have searched for something like this for a long time but was unsuccessful. Your help would be really appreciated!
-
Easiest way is just to make one... That way it is completely integrated with your site. (100% customised), it's free, as secure as you make it etc.
Its not all that difficult to do. Just some basic php and a little mysql (the same amount you would need to customise some else's script). You pass the user name and password from an html form, and then check the values against the database. If they are good, then set a cookie that your pages can use.
Post again if you have any problems :)
Sorry - i don't know of a free script which would do it... I'm sure there is some out there some where though... Someone else might know
Allan