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