From: Jochen K. <Jo...@Ka...> - 2003-01-15 20:07:14
|
Hello, at my Wiki-Test-Homepage I have an improved version of the User-Registration / Authentication and File upload (thanx to Chip Rosenthal). You can get the code from: http://wiki.kalmbachnet.de/ (or directly from http://wiki.kalmbachnet.de/userdata/kajo0011/phpwiki-UserManagement-v3.zip) It would be great if someone could also look throu the code and test the plugins (UserRegistration and UserFileManagement). Changes are done to: - index.php: new setting: ALLOW_SELF_REGISTRATION - config.php: onyl bugfix, has nothing to do with the user-management - display.php: headers are now sent with "no-cache"; if someone has an better idea to allow correctly display the pages, after someone logged in/out - Request.php: Request_UploadedFile-class now has new method: move - stdlib.php: fileSet-class now has a new method: getSubDirs - WikiUser.php: New preferences: firstname, lastname / createUser and createHomepage corrected - plugin/_BackendInfo.php: Corrected for 'passwd'-entry - login.tmpl: Now the optionally link to the UserRegistration page New files: - plugin/UserFileManagement.php: Upload and management of user files - plugin/UserRegistration.php: Self registration for users (if allwowed; with email verification) and Admin can create user accounts - pgsrc/UserRegistration - pgsrc/UserFiles - themes/default/images/UserFileManagement/back.gif / dir.gif / image3.gif: Small icons for UserFileManagement-Display - themes/default/templates/userregistration.tmpl: New form for user registration Greetings Jochen |