Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Registration very slow
ignavegas
New
Hello,
I have a clean installation without plugins, version 2.1. On user registration it takes 1 or 2 minutes! after click the submit button.
Anyone knows what this could be?
Thank you so much!
Tagged:
0
Comments
maybe reCaptcha connection is slow now.
What type of registration are you using? Maybe switch and try it
grep is your friend.
.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I tried basic registration without recaptcha and is also slow.
I put this configuration to avoid welcome email:
$Configuration['Garden']['Registration']['SendConnectEmail'] = FALSE;
but the problems persist
That configuration only has relevance if you are using connect based registration.
test your smtp connection.
grep is your friend.
set
$Configuration['Garden']['Registration']['ConfirmEmail'] = FALSE;
grep is your friend.
edit ignore this
grep is your friend.
$Configuration['Garden']['Registration']['NoEmail']
Will remove the requirement to have accounts with email addresses.You probably don't want to to this, but it can be used to test.
grep is your friend.
With
$Configuration['Garden']['Registration']['NoEmail'] = TRUE;
It Works! But I loose the email field xD
it seems Email problems on the server???
Yup.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.