I've decided to dip my toes in the waters of cgi by writing a web version of the Hacker's Diet tools. Since I am planning on having it support multiple users I started looking for modules that would simplify handeling user accounts and authentication. I found logintools, but it seems to be quite broken.
Are there any other similar modules that aren't quite as broken, or should I just roll my own?
**Update**
With the help of the author I have worked through the issues, some were on my side, some where on his. Anyway, now that it is up and running well I must say that logintools is really nice.
October 10 2005, 08:03:20 UTC 6 years ago
October 10 2005, 21:34:41 UTC 6 years ago
October 10 2005, 08:17:46 UTC 6 years ago
logintools
I'm the author of logintools - I use it on a couple of projects. Email me to discuss it if you want.... it should work.October 10 2005, 21:36:19 UTC 6 years ago
Re: logintools
Will do, thanks!October 20 2005, 18:46:45 UTC 6 years ago
htpasswd is a command line program that encrypts passwords to a plaintext but MD5 file.
If your program works with htpasswd files then it will be able to use the same passwords as apache.