Author Topic: Registration script  (Read 4471 times)

Offline rihad

  • Jr. Member
  • **
  • Posts: 14
Registration script
« on: March 27, 2008, 01:56:11 AM »
Know of any decent (yet simple) account registration web-script with CAPTCHA validation? Thanks.

Offline jimcavoli

  • Jr. Member
  • **
  • Posts: 37
Re: Registration script
« Reply #1 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.

Offline rihad

  • Jr. Member
  • **
  • Posts: 14
Re: Registration script
« Reply #2 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?

Offline rihad

  • Jr. Member
  • **
  • Posts: 14
Re: Registration script
« Reply #3 on: March 31, 2008, 02:14:31 PM »
Anyone?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: Registration script
« Reply #4 on: April 07, 2008, 08:36:52 AM »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline jimcavoli

  • Jr. Member
  • **
  • Posts: 37
Re: Registration script
« Reply #5 on: April 12, 2008, 04:56:55 PM »
I'm writing one - give me a few hours here...

Offline BlueC

  • Jr. Member
  • **
  • Posts: 25
Re: Registration script
« Reply #6 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.

Offline jimcavoli

  • Jr. Member
  • **
  • Posts: 37
Re: Registration script
« Reply #7 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.