Search Results for 'activation email'
-
Search Results
-
I’d like to change the text displayed once a user has clicked their activation link in the email.
The activation page that is displayed is called /activate and says:
“Your account was activated successfully! You can now log in with the username and password you provided when you signed up.”
How do I change this please?
Many thanks
Kim
Topic: User Roles & Activation Key?
How can let people register, and even if they do click on the Activation Key email how can I prevent them from viewing the page unless they have been Authorized by an Administrator.
Does anyone know of any plugins or ways so that a user still needs to be Manually activated. Right now, any user can register and activate themselves and start posting content. This is not acceptable in our circumstance. We still need the ability to manually activate a user to view and start posting content.
Is it possible for admins to view full profiles including all custom profile fields of
users who have not verified/activated their accounts.I have managed to disable auto sending of activation emails after registration so
admins can have a look at the new user first and trigger the activation email – effectively
approving the new users. However my client has asked to be able to view the full profile
so they can better decide if the user should be approved. They want to check that all custom profile
fields have been filled out correctly.Is there any way of doing that?
ThanksHi, I’m looking for a way of disabling the need of email activation in the registration process, and I’ve found a plugin (http://wordpress.org/extend/plugins/bp-disable-activation/ the descripcion says it also automatically logs in the user) and some code (http://buddypress.trac.wordpress.org/ticket/3443 and #2 in http://wpmu.org/6-buddypress-power-hacks-you-dont-want-to-miss/) but I’m afraid to use those because they are really old.
Is there an alternate/new way to do this?
I want this because the activation email seems to work ok only for gmail accounts and the hotmail accounts do not receive the email (I have tried the mail plugins suggested in the codex). But I also would like to make the registration process shorter and super simple to my potential users.
If the sent email can not be removed, maybe replacing the activation key with a welcoming message.
I know that if I do this, the site would be vulnerable to sploggers but I have seen there are safety plugins for this such as wangward.
Topic: New User Activation troubles
I’ve recently installed BP 1.5.5 on WP 3.3.2 on http://www.sommozzatoritirreno.it/wp
BP works perfecly exept on new user registration. clicking on the activation link on the email, redirects to the registration form without activating.
Any solution?Thanks for helping
Problem is when people sign up i get this message…
Activate your AccountPlease provide a valid activation key.
Activation Key:Even when you enter the activation key from the activation email it does not do anything and the user account is active and the can carry on and use all buddypress features as normal
How do i Remove this page?
Ammend the text
or fix this error pleaseUsing WP 3.2.2 and 1.5.5
The View link or time stamp permalink in any activity in my buddypress does not work, and leads to a page where only the header is loaded.
I tried deactivating all the plugins except buddypress and when I deactivated the Template Pack it worked (only it shows all over the place cause the lack of the template pack).
I am using a custom theme, wich needs the plugin.
¿Is there any easy fix?
I’m using WordPress 3.3.2 and Buddypress 1.5.5
All of the other permalinks work fine (I even changed them a couple of times).
Its a new manual instalation in the root of my domain.
All the site is hosted at banahosting.com
Link to the activity page of my site: http://fronteragrafica.com/actividadDon´t know if it has any to do with it but my activation keys/email do not work either.
Thanks a lot!
Topic: Missing Activation code
1) New user registers and gets a page saying:
SIGN UP COMPLETE!
You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.2) Email comes through which says:
Thanks for registering! To complete the activation of your account please click the following link:
http://domain-name.com/dp/activate/?key=9298422670c7f2ada0afacb70832d3b23) New user clicks link and gets a page:
ACTIVATE YOUR ACCOUNT
Please provide a valid activation key.
Activation Key: [followed by a text box for input]Question: So where does the user get this activation code? It’s not in the email and clipping the key code passed in the PHP link [key=9298422670c7f2ada0afacb70832d3b2 in example above] doesn’t work either.
Installation data:
Both BP and WP are very latest stable versions and theme is a Genesis child Bee Crafty.I’m been at it for hours and I’m stumped
– any help greatly appreciated.Best wishes,
Peter deP. 19:50h 19-Apr-2012Good afternoon,
I have BP installed in a MultiSite, everything works fine
But the email sent for activation to the users just contains the domain + key=http://mydomain/?key=f5fc9e666d18b44e&e=1
instead of
http://mydomain/wp-activate.php?key=f5fc9e666d18b44e&e=1
I would be grateful if you could point me where to add the missing string

Thank you very much in advance,
Daniel
I’m trying to figure out a way to moderate new users (why is this not an option?)
My solution is to not send activation emails automatically and then use a plugin that detects pending registrations and allows you to resend activation emails. that way admins can do some form of moderation.
I have placed this in my functions.phpfunction filter_no_activation_email() { global $wpdb; $user_id = $wpdb->get_var($wpdb->prepare( "SELECT ID FROM $wpdb->users WHERE user_login = '%s'", $_POST )); $activation_key = wp_hash( $user_id ); update_user_meta( $user_id, 'activation_key', $activation_key ); return false; } add_filter('bp_core_signup_send_activation_key', 'filter_no_activation_email');This seems to work but is there any other way to get $user_id without having to query the database?
Or even better a plugin for moderation. looked around but there doesnt seem to be one
Topic: Activation Email?
So BuddyPress has been set up fine, registration is working. However the email that gets sent out when someone registers is the normal username, password and a link to login. Do people not get sent the activation email? Like this one..
Thanks for registering! To complete the activation of your account please click the following link:
I installed the welcome pack to edit that email and when testing know that it is not getting sent. Is there something I need to configure?
Topic: Remove activation
Hi I have installed BuddyPress+Courseware. I want remove the activation by email ’cause many of users leave the web when must activate theirs accounts via email.
I want that users activate theirs users by some captcha or some other method without leave de page registration.
I also like to know if exist some plugin for facebook registration compatible with buddypress, thanks!!!
Topic: Invalid activation key
ok, 2 questions actually.. how the heck do I search the forums for answers so I don’t have to post if this has been answered before ?
And more importantly! Every user that signs up to my page receives an email with an activation key, but when they try to activate their account, they get an error message saying “Invalid activation key”
what is happening and how can I fix it???
I’m exhausted after spending hours trying to find a solution to my problem: Emails are not being sent out from my website at all.
I updated Buddypress on March 30th and ever since, I have not received any emails from new user registrations, comments etc. and my new users are not receiving their activation emails. At this point the website is obsolete. Here are some of the things I have done to fix the problem:
-Contacted my hosting provider (Hostmonster) who assured me the problem was not with them.
-Deactivated all plugins to see if there was a compatibility issue. (I am using BBpress, Formidable, WP Mail SMTP, BBpress toolbar and SI Captcha). No Luck.
-Configured WP-Mail-SMTP plugin based on the author specs.Any help or suggestions would be great.
Topic: Hiding Profile Fields
Running.
Latest WordPress
Latest BuddyPress
Latest bbPress
Latest S2member ProSo What Im attempting to do is:
allow a guest to resister, as a free user, and fill out a profile questionair. Here is the optimum procedure.1. Click on free registration, Subscriber Level.
2. Brings me to BuddyPress Registration Page.
3. Fill Out Form with Basic Info.
4. User gets activation email
5. User Activates via email link.
6. User gets brought to webpage to confirm and logs on.
7. User then gets redirected to Advanced Profile Options.
8. User completes it and fills out all available info, updates it.
9. Done, or upgrades to Paid Membership via S2member.Here’s the Questions.
1. Can I control what fields are visible during registration?
2. Can I control when certain Profile fields are displayed in the Profile Section?
3. Can I control when certain Profile Group Fields are displayed?Sorry for the Newb questions, cause yes i’m a Newb. Currently self teaching PHP and SQL.
Let me know what you guys think.