Albert Lash wrote:
> In the current release of PSA, the settings do not update. This is because
> in the settings table, the setting names are as follows:
>
> min_username_length
>
> And in the class, they are referenced as:
>
> PSA_min_username_length
>
> I'm going to update the schema and sql files accordingly.
In this case, the class settings functions should be modified to use the
correct field names.
|