<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;&nbsp;&nbsp;&nbsp;&nbsp;It seems that (on my system ?) PmWiki passwords cannot be purely numeric :<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;$DefaultPasswords['read'] = crypt('A12345');&nbsp;&nbsp;works OK<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;while<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;$DefaultPasswords['read'] = crypt('12345');&nbsp;&nbsp;does not&nbsp;</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>