On Wed, Feb 14, 2007 at 09:48:51AM -0300, Sergio Belkin wrote:
> Hi,
> Some months ago I setup a PmWiki and - shame of me - forget password admin.
> How can I recover it?
Just set a new one in local/config.php:
$DefaultPasswords['admin'] = crypt('adminpassword');
Pm