Search Results for 'activation email'
-
Search Results
-
When new users sign up, our site makes them wait a loooong time after they click on activation link on registration email (you can try it on http://kodingen.com). This is a bit odd, it looks like ‘activation’ process triggers some hooks that it shouldn’t be triggering( i think). Because I don’t know why otherwise activation should be any different than not-loggedin user in terms of hooks.
Here is my question, is there a variable, that we can use to detect that user account is being activated and make sure that logged-in user functions from our side are not triggered?
Or if i’m completely missing the point, if there is something else I should be looking at, please let me know.
Thanks,
D
These are the hooks that we are using to trigger our own functions,
– wp
– user_register
– wp_head
– wp_login
– profile_update
– login_head
– wp_logout
– init
– wp_footer
– bp_header
And we have various dependencies attached to each.
Well, the title says it already. I think that the message ‘We just send you an email…’ or so right after activation is not noticeable enough. I would like to make it bold and maybe change the color so I was wondering what php file contains this message.
Does anyone know?
I have problems receiving the activation link upon registration. I receive password reset emails though so I believe that it can’t be a problem with php mail() of my host right? Anyone an answer to that?
I already tried using the WP SMTP Plugin but it always tells me that it was unable to connect to the smtp host. I am using Google Apps and I connected it with my email client (Apple Mail) and it works properly.
I’d appreciate any hints or ideas on how to solve this issue. Its quite important … haha

Thanks!
Heya guys,
Our users are having an issue with activation. For some reason it started going wrong recently – possibly after we upgraded to BP 1.1.3, but I can’t say for sure when because many users may have just assumed they forgot their password and used the PW reset function.
When a user signs up, they provide their password twice, and it gets saved as an MD5 Hash to the _signups table… then, when they activate their account via the link in the activation email, their account is activated fine, but a new MD5 Hash is generated.
I’ve looked into the code and it clearly states something along the lines of -> take hashed password from signup_meta and copy it to _users table entry for that user. For some reason though, in the database, the two hashes don’t match up
(Hence no new users can log in)
The reset password functionality works fine, however.
Can anyone shed any light on this?
Many many thanks!
Topic: Double passwords
When signing up in BP a user must fill in a password.
But after activation it sends a different automatic generated password with the welcome email to the new user.
I’d rather see their chosen password in this email.. is this possible?
I’ve got the site not live yet, but I’m sure this might give some confusion to users.
Is this a known issue? And how can I solve this?
// all the same thanks for for the experimenting and good luck with it.