From: Stefan <son...@ba...> - 2004-11-25 17:00:57
|
Hello, there should be a config switch to tell function isValidName to return true in WikiUserNew.php. when users are inserted only in an external programm like userregistration in smf (forum software). Smf uses different validation of names, the table can't be used to authenticate users in phpwiki when isValidUsers tries to validate correct names. Example: user "Thomas Braun" is valid in SMF but phpwiki tells invalid user. After changing function isValidName to return true, the user can authenticate against the user from the external database table. Can someone tell me where to change the homedirectory of authentificated users. they should have page "users/userid" not only "userid". Background: else users may get a homepage which exists in the wiki as normal page. Regards and thaks Stefan |