[pmwiki-users] User registration redux

Peter Bowers pbowers at pobox.com
Mon Feb 9 14:11:50 CST 2009


You might want to check out
http://www.pmwiki.org/wiki/Cookbook/AuthUserSignup -- it has all the
capabilities you are looking for except for the captcha.

 

-Peter

 

  _____  

From: pmwiki-users-bounces at pmichaud.com
[mailto:pmwiki-users-bounces at pmichaud.com] On Behalf Of Steven Benmosh
Sent: Monday, February 09, 2009 4:48 PM
To: pmwiki-users at pmichaud.com
Subject: [pmwiki-users] User registration redux

 

I have not followed up completely with the discussion about automatic user
registration, but here is where I see my personal needs:

At one time I implemented on a web site a user registration page, using php,
mysql and a guide by Kevin Yank (I think). 

An interested user would enter a user name based on his email address, and
would receive a confirmation by email with his password. There was the
ability to request a password reminder via email. There was a check to see
that the email address was not already in use. Login compared the user name
to the known list of users, and if it existed compared the encrypted
password to the encrypted original. There was also some captcha feature to
prevent spam, which was not part of the original Yank guide.

I assume that all these features can be implemented without mysql, using a
text page.

I would like to use registration for is to let users add themselves to a
list of people who can edit pages on a group, without having to deal with
them in person, but also without letting everyone edit or add pages
anonymously.

Z.




-- 
Check out my web site - www.words2u.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090209/98161aa1/attachment.html 


More information about the pmwiki-users mailing list