00359: Password can not be reset

Summary: Password can not be reset
Created: 2005-03-06 02:26
Status: Closed - no feedback
Category: Bug
Assigned:
Priority: 3
Version: 1.0.14
OS:

Description: Default password can not be reset to '' in farmconfig.php - well, resetting it has no effect. Resetting to an alternative encrypted password also has no effect. BTW, upgrading is not an opetion - I have two very complex v1 wikis.

Thanks


What do you mean by "can not be reset..."? Are you attempting to undo the effects of any default password set by a field in a field's config.php?

If so, you may need to do the following in farmconfig.php:

    include_once('local/config.php');
    $DefaultPasswords['admin'] = '';

This causes the local (field) settings to be parsed immediately, and then they can be changed by the farm.

Pm