Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rihad on March 27, 2008, 01:56:11 AM

Title: Registration script
Post by: rihad on March 27, 2008, 01:56:11 AM
Know of any decent (yet simple) account registration web-script with CAPTCHA validation? Thanks.
Title: Re: Registration script
Post by: jimcavoli on March 27, 2008, 02:41:43 AM
It's not that hard to write your own, especially with a CAPTCHA service like reCAPTCHA (http://www.recaptcha.net/) doing the generation and checking.
Title: Re: Registration script
Post by: rihad on March 27, 2008, 05:22:27 AM
Well, I really don't have much time to write and debug it, otherwise I wouldn't be asking. Someone is sure to have already put some effort into writing such a commonly desired task, and released whatever they came up with as freeware?
Title: Re: Registration script
Post by: rihad on March 31, 2008, 02:14:31 PM
Anyone?
Title: Re: Registration script
Post by: rosali on April 07, 2008, 08:36:52 AM
http://roundcubeforum.net/forum/index.php?topic=2562.0

Notice, it is for hMailServer
Title: Re: Registration script
Post by: jimcavoli on April 12, 2008, 04:56:55 PM
I'm writing one - give me a few hours here...
Title: Re: Registration script
Post by: BlueC on April 13, 2008, 07:40:11 AM
Quote from: rihad Someone is sure to have already put some effort into writing such a commonly desired task

RC is a webmail interface to an existing IMAP/SMTP server. It is not possible to write a "registration" script for a webmail client. What you are asking for really is a registration system for your mail server. It is possible to write a registration system specific to your mail server and integrate it into RC in some way, but writing a registration system for RC that works with all mail servers is just not possible; hence nobody has done it.
Title: Re: Registration script
Post by: jimcavoli on April 13, 2008, 10:18:58 AM
Ah, yes. A very valid point here; I just posted recently in agreement with BlueC in this thread: http://roundcubeforum.net/forum/index.php?topic=232.
rihad, is it a script for webmail registration or registration to actually create an account on the IMAP server itself?
If the latter, check out http://roundcubeforum.net/forum/index.php?topic=2753 and http://roundcubeforum.net/forum/index.php?topic=232.
Otherwise, I'm getting fed up with attempting to work the former out, but would continue to do so...if that's more what you were thinking.