Jump to content

Recommended Posts

Posted

I was wondering if there was anyway to not create the accounts until they are approved on the admin side?

I had a couple fake spam accounts get registered today and before I could even delete them the system already created the accounts which makes those pilot ID's unusable. I also have the SMF auto account registration module installed which created the accounts on my forum as well.

It would be great if the system wouldn't create anything until I approve them in the admin center. Is this possible? If not, is this doable in an update?

Thanks,

Keith

  • Administrators
Posted

It will always create the account, it has to be stored somewhere, but they won't be active until you approve.

Spam accounts - I think the next version I'll implement recaptcha, since there is a public key setting so that should make that feasible

Posted

put it in your local.config

hum that doesn't work so well example, if 3 pilots register and you denied the first 2 the third pilot still have the ID3 and the fourth will have ID4 etc...

1 and 2 will be lost forever :(

Posted

It will always create the account, it has to be stored somewhere, but they won't be active until you approve.

Spam accounts - I think the next version I'll implement recaptcha, since there is a public key setting so that should make that feasible

Nabeel even with recaptcha (which is a nice product) always have the 'evil' people which wants to make bad things

and can pass one afternoon at some lanhouse creating fake accounts, do you think will be too much work to change the system to use a temporary table

until is approved and only give the pilot id when is approved/committed to the pilots table ?

  • Administrators
Posted

Nabeel even with recaptcha (which is a nice product) always have the 'evil' people which wants to make bad things

and can pass one afternoon at some lanhouse creating fake accounts, do you think will be too much work to change the system to use a temporary table

until is approved and only give the pilot id when is approved/committed to the pilots table ?

I don't know, I'll look into it

Posted

Config::Set('PILOT_AUTO_CONFIRM', false);

Just checked and I do have the above in my local config file.

I don't know, I'll look into it

Thanks Nabeel. This temporary table, if possible, would be great to help control false registrations issues like I had today.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...