<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> It seems that (on my system ?) PmWiki passwords cannot be purely numeric :<br>
> $DefaultPasswords['read'] = crypt('A12345'); works OK<br>> while<br>> $DefaultPasswords['read'] = crypt('12345'); does not </blockquote><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It's got to be a limitation of the PHP crypt() function; AFAIK PmWiki<br>doesn't impose any restriction on passwords.<br>What version of PHP, and what OS?<br>Pm<br></blockquote></div><br>I notice the same behaviour on PHP
4.4.0 FreeBSD and Windows.<br><br>It happens also when you set the password with action=attr : if it contains only digits, the password does not work.<br><br>Any clue ?<br><br>Christophe<br><br>