From: Jochen K. <Jo...@Ka...> - 2002-12-29 06:54:42
|
> There are two things I need either the status on, or a brief descrition: > > User preferences - For me it gives at least 2 warnings: D:\SourceForge\phpwiki\lib\plugin\UserPreferences.php:70: Warning[2]: OpenDir: Invalid argument (errno 22)D:\SourceForge\phpwiki\lib\plugin\UserPreferences.php:84: Warning[2]: OpenDir: Invalid argument (errno 22) Because the constant PHPWIKI_DIR is not defined. Either the PHPWIKI_DIR define should be added to the config.php file or all references must be checked first if the constant is defined (Theme.php is doing this; SystemInfo.php, UserPreferences.php and WikiAdminSelect.php is NOT doing this). - The passwd is also updated every time even if it is not set. - For me it makes no sence to allow the selection of the language, because the content is still in the 'system' language (Page-Names, etc.). - Also the createUser-function is not working - Also the authentication is only working with external systems and not with the build in system (passwd stoered in user homepage) I submitted an patch for the authentication problem https://sourceforge.net/tracker/index.php?func=detail&aid=657142&group_id=61 21&atid=306121 But it still has some problems with the UserPreferences plugin Greetings Jochen |