On Friday 04 June 2010 14:23:28, Peter Bowers wrote :
> I am having difficulty with some authorization code on a WAMP server
> and wondering if anybody can shed light...
> 
> Here's what I've got in my config.php right now (minus comments):
> 
> $hash0 = crypt('abc'); // as (:encrypt abc:) would output

Hello. I discovered that PHP 5.3 builds for Windows have buggy crypt() 
function, notably, passwords needed to be at least 4 characters. See 
  http://www.pmwiki.org/wiki/PITS/01141

If you use a longer password, does it work correctly?

I am open to ideas on how PmWiki should deal with this, while maintaining 
backward compatibility with existing wiki pages and already encrypted existing 
passwords.

Thanks,
Petko

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to