<br>It seems that (on my system ?) PmWiki passwords cannot be purely numeric : <br><br>$DefaultPasswords['read'] = crypt('A12345'); works OK<br><br>while<br><br>$DefaultPasswords['read'] = crypt('12345'); does not<br><br>
Is that the expected behaviour ? Can it be changed by some "format" variable ?<br><br>Christophe<br><br><br>