From: peter p. <pe...@pe...> - 2004-06-10 08:55:18
|
Hello! I see the new authentification If i input in the config.ini the admin and password, should i use the http://www.apfel.at/phpwiki/passencrypt.php but if i use it i get: Invalid password or userid. http://www.apfel.at/phpwiki/index.php/_AuthInfo?action=browse DEBUG: ALLOW_ANON_EDIT = true, ALLOW_BOGO_LOGIN = true, ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER: PersonalPage => Db => Forbidden, USER_AUTH_POLICY: old, PASSWORD_LENGTH_MINIMUM: 2 What is to do? Regards Peter >Since version 1.3.4 ReiniUrban was working on UserAuthentificationNew >to support authentification against external sources also, such as a >mysql database, LDAP or IMAP or .htaccess like files. >From version 1.3.4 to 1.3.7 only HTTP Auth, LDAP, and IMAP was supported, >the configuration settings for the planned (and already written) DbAuth code >was in index.php, but it was never enabled (which probably lead to some >confusion). >Since version 1.3.8 UserAuthentificationNew is enabled. >We have to seperate various storage methods for UserPreferences >(cookie, PersonalPage and database), various retrieval methods for >username-password pairs (AuthMethods) and various AuthPolicies. >!! New constants and variables: >* ALLOW_ANON_USER default: true >* ALLOW_ANON_EDIT default: true >* ALLOW_BOGO_LOGIN default: true >* ALLOW_USER_PASSWORDS default: true >* PASSWORD_LENGTH_MINIMUM default: 6 >* $USER_AUTH_ORDER~[~] default: ("PersonalPage","Db") >* USER_AUTH_POLICY default: "old" >* $DBAuthParams~[~] see below |