prostoalex has asked for the wisdom of the Perl Monks concerning the following question:
I am looking for a module that could be embedded into existing project and allow the user to register on the Web site with username/password/e-mail, then activate the account after confirmation arrives in the e-mail, and then be reminded of their passwords via e-mail when they forget about it.
Other than that basic functionality I am not looking for a whole lot more. Authentication could be done via either cookies, session variables or embedded session id in the URL itself.
Writing the whole thing from scratch just seems too redundant with multitudes of sites out there, and content management systems seem to have implemented more powerful functionality than I am looking for.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Easy Web registration module
by exussum0 (Vicar) on Dec 28, 2003 at 03:54 UTC | |
|
Re: Easy Web registration module
by chanio (Priest) on Dec 28, 2003 at 18:24 UTC | |
by Cody Pendant (Prior) on Dec 28, 2003 at 23:42 UTC |