You could activate or not some functions of passCat :
Activate the option "Hash passwords", you grow the security of yours protected categories : passwords won't be readable. It's almost "impossible" to recover passwords with these hash!
If your passCt table is already installed ans in use, and if it contains only clear passwords, you will convert your table. This conversion is final !
DON'T CONVERT AN ALREADY CONVERTED TABLE!!!
Perhaps you would like ti define your own form?
Activate the option "External authentication form", you will create your own HTML authentication form. You have somes variables :
Simple example :
<div style="text-align:center;"> <p>External passCat authentication form</p> <p>Category : <strong>$PASSCAT_CAT</strong></p> $PASSCAT_BEGIN_FORM <p>Password : $PASSCAT_PASSWORD</p> <p><input class="submit" type="submit" value="Authentifiez-vous" /></p> $PASSCAT_END_FORM </div>
This form is saved in the file "share/passCat/passCat_auth".