[pmwiki-users] can't upload files (*.jpg, *.txt)

H. Fox haganfox at users.sourceforge.net
Wed Nov 16 16:46:30 CST 2005


On 11/16/05, H. Fox <haganfox at users.sourceforge.net> wrote:
> For a password of Sshhh, use
>
> $DefaultPasswords['upload'] = crypt('Sshhh');

I should mention that, depending on your circumstances, it might be a
good idea to encrypt the password in config.php, as described here:
http://www.pmwiki.org/wiki/PmWiki/PasswordsAdmin#crypt
The above line becomes something like

$DefaultPasswords['upload']='$1$XUEVi4/c$BEqloQc4VxT6/uTHaoH.f.';

> See also http://www.pmwiki.org/wiki/PmWiki/PasswordsAdmin
>
> Hagan




More information about the pmwiki-users mailing list