Does anyone know any good Login methods? Preferably PHP, JAVSCRIPT, (MYSQL on my server or some other server like OpenID servers)
My CMS currently accepts my custom commands: ./?type=* and Allows anyone to manage my sites pages, users, and everything. I need to implement the users into a login.
I was thinking about a Challange and reponce login, but I am not sure how to implement it. I know about OpenID, but I have not found any lightweight versions, my CMS has a goal to be only 2 main files where nether are over 3K each, 2K Currently, plugins extend it a heap..