- This topic has 5 replies, 3 voices, and was last updated 10 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › New problem with registration
Hi
Got a new problem with the registration process.
Redirection always doesn’t work.
email address confirmation always doesn’t works (but mailchimp works)
And now, there is a new massage display on top of the registration page after registration:
“Your registration is complete, Login” (something like this, with link to login page)
This is the worst thing that could happen to my site.
I edited a message “thank you for registration, now go to your email account, find the confirmation request, and confirm your email” something like this…
But with this new message the lead knows that he can login without confirming. And if he registered without giving a correct email address, i never could contact him again.
So question: At least, how can i block this message?
Thank you
Hi can you enable debug mode and check the log file.
Thank you
Hi
Logfile doesn’t show any problem.
Please tell me how to disable the message “Register was successful – login here” after registering.
In my mind, registering is not complete until the person confirms the request. (and confirm the correct email address)
Thanks
Hi, can you test the following custom CSS. Add this custom css to your theme or simply use the following plugin.
div#message.updated {
display: none;
}
Let me know if it works.
Thank you, yes this worked 🙂 message don’t show up now
I will add a new CSS class for the registration complete message and that will allow easy CSS customization of that message.