Original Message: ----------------- From: Eemeli Aro [email protected] Date: Mon, 7 Jun 2010 13:12:11 +0300 To: [email protected] Subject: [pmwiki-users] Announcing UserAdmin: easy user self-registration &maintenance ... once it's properly tested
So I went and put together UserAdmin, a framework for allowing user self-registration and management in PmWiki. You can think of it as an extension to AuthUser, but it could be extended to work with UserAuth as well as other systems. UserAdmin by itself is just the front end, handling the form generation, input validation and other stuff. To actually do anything, it requires a back end that defines how and where the user information is kept. I myself have put together UserAdmin-Profiles, which keeps the data as attributes of users' profile pages. Peter Bowers is working on a solution which puts all the data on the SiteAdmin.AuthUser page. Due to using PHP classes, writing other back-ends or implementing other modifications (eg. requiring a four-character password) is relatively painless. As this is a recipe dealing with user accounts and to some extent personal information, I would really like it if you could take a look and poke holes into it. Constructive criticism and feature requests are also quite welcome. http://www.pmwiki.org/wiki/Cookbook/UserAdmin eemeli Hi, I had a look at the recipe and got the following error: Parse error: parse error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in F:\www\g\cookbook\useradmin-core.php on line 129 Regards Dave Cooke_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users -------------------------------------------------------------------- myhosting.com - Premium Microsoft® Windows® and Linux web and application hosting - http://link.myhosting.com/myhosting _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
