Roundcube Community Forum

 

Registration script

Started by rihad, March 27, 2008, 01:56:11 AM

Previous topic - Next topic

rihad

Know of any decent (yet simple) account registration web-script with CAPTCHA validation? Thanks.

jimcavoli

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.

rihad

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?

rihad


rosali

Regards,
Rosali

jimcavoli

I'm writing one - give me a few hours here...

BlueC

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.

jimcavoli

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.