Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 26 through 50 (of 492 total)
  • Author
    Search Results
  • ashankrao
    Participant

    Hello Team,

    Whenever any user registers on the website, they get a welcome email from BuddyPress. I want to disable that default welcome email. I’ve tried using plugins and some custom code but the problem was not solved. Is there any way to deactivate that email? The code I tried was:

    “add_filter(‘wpmu_welcome_notification’, ‘__return_false’ );”

    Looking for help
    Thank you

    #327311
    scottmotion
    Participant

    Full hijack the authentication flow (Login/Logout/Register/Forgot/Wrong/All Other): End user should never land on a WP login page. I have a mix of BP, bbp, and WP login pages depending on how the user interacts.

    reCAPTCHA during Registration: Should be core. Had to get the plugin from WBCom Designs

    Extended Profile Fields: Should be core. Had to get the plugin from BuddyDev

    User Menu: Username and Avatar. Conditional menu items. I had to use the “User Menus” plugin by Code Atlantic

    Use the username as display name: Had to code this myself.

    Disable Full Name field: Custom code again.

    Set default notification preferences: More code.

    Remove specific accounts from public member list: Really want to hide the admin! More code.

    Remove tabs from user profile: More code.

    Redirect WP Author to BP Profile: teh codez.

    #326078

    Seems I wrote too much? I will post in two parts:

    Hi @hcmendez, I am trying to do exactly the same thing myself and found the post your referenced, which was now made 10 years ago! I have developed a staging test site for a Radio Club, where registration is disabled and all user accounts will be set up for the users. There are 3 levels of membership: member, editor and admin – each with separate user roles. I have a group called “ROC Members” which all levels of membership are in and I do not want them to have the ability to leave (so want to remove the Join/Leave Button from this group (I can manage members from WP backend).

    After some experimentation, I have found a rather poor “workaround”, by adding an extra ‘if’ statement to the code in plugins -> buddypress -> bp-groups -> bp-groups-template.php (where the extra code above is from), which is far from ideal as it can get overwritten on buddypress update.

    #325776
    chipegoh
    Participant

    Hi there,

    I have a plugin that I need to use called Pie Register which I use to issue one-time codes to visitors… This is essential to our operations. However, I have noticed that the registration page WILL NOT work if buddypress is active. I therefore need to disable EVERYTHING related to registration on the buddypress plugin (as I don’t need this functionality – it’s not a public site and only users I create should have access anyway). Is there an easy way to do this?

    WP Version: 6.0.1.
    BP VErsion: 10.3.0
    website https://www.pamci.info

    #324214
    oumz99
    Participant

    This has the potential to cause huge amount of spam on your site. I am not sure why would you want to disable this as this is an industry standard, also helps in confirming emails and communication.

    p.s : In a commercial theme I use WPLMS, it has this feature of custom registration forms where this checkbox to disable account activation and log the user in automatically.

    #324135
    epgb101
    Participant

    Hi..
    I have had the fantastic Buddypress working perfectly for a year on a folder install of WP (not multisite) like; http://www.mysite.com/wordpressandbuddypressinstall/register/.

    But I discovered for the last week people are no longer able to register (it just returns you to /register page). I disabled ALL plugins did not fix /register – HOWEVER disabling Buddypress plugin (and all other plugins) does allow registration on plain WordPress. I tried registering on Buddypress on different browsers / different PCs / using 20-19 theme etc but nothing fixes it.

    Q: does anyone have any suggestion as why /register may have stopped or how to fix?

    ps – I have Settings > Anyone can register [x] on and permalinks set to Post name

    Thank you in advance.

    vtuncheff
    Participant

    Hi all,

    Can anyone tell me how I go about disabling the auto generation of the strong password on the registration form?

    The users of my site are not very tech savvy and they tend to register without taking note of the password then have to reset it.

    I get daily complaints…

    The password strength notices are fine so that isn’t a problem.

    Many thanks in advance!
    Vtuncheff

    #323174
    eshafer15
    Participant

    Hi,

    I’m fairly new to WP and BP. I’m trying to help a non-profit with their WordPress site and the Registration page just spins. I’ve added define( ‘WP_DEBUG_LOG’, true ); to the wp-config.php file but I don’t get any errors logged….just the page spinning. I’ve pulled a copy to my LocalWP and disabled all plug-ins, etc but can’t find the issue. I would love any pointers or help!
    Please be patient with me as my expertise is limited. I realize these are older plugins, etc. This was working and then stopped but not sure why. I will start slowing updating everything to get it current once I figure out how to get the site back functional.

    To get to the registration page go to: About – scroll down and select ‘Become a Member’ – ‘Create an Account’

    BP Settings Options – Profile Syncing enabled
    BP Pages – Register set to Register
    website: https://fellowcoaches.com/
    WP version: 5.6.7
    BP version: 3.2.5
    Theme: Twenty Twenty-One v1.3

    #322459
    windhillruss
    Participant

    Hi, Thanks for the opportunity to test v10. When the Option for Admin to approve requests is active and ‘Allow anyone to Register’ is disabled, the Registration form says ‘Member Registration is currently not allowed’ Using the Beehive Theme which styles Buddypress. Similarly, Beehive’s Ajax Login Modal says ‘Sign-Up not allowed’ It appears like a Catch22 situation. Is there something I’m missing? Thanks.

    #322059
    joydipkar73
    Participant

    I am using WordPres version 5.8 and Buddypress 9.1.1.
    I am using AMP from the Google plugin. I have disabled AMP from pages and only posts are using AMP.
    This setting corrected the problems in the registration form.
    But, the profile page where people would upload the image is broken. it is showing AMP “form has been submitted… ” error and the crop section is also broken.
    I have tried manually disabling AMP in the members and activity page. But nothing is working at all.
    Please advice.

    #321018
    xrelmate1
    Participant

    WordPress version: 5.8.1
    BuddyPress version: 9.1.1
    link to your site: https://e-seeker.com/
    Hi,
    E-Seeker, allows users to register accounts and create their website, as part of a multisite environment.
    The problem occurs after registration, where the user is added on the main site as well, as seen in the print screen:
    https://prntscr.com/1s5dubh

    I also added this code to manage to prevent the user to have access to the main site:
    https://prntscr.com/1s5anwd

    When I disable BuddyPress, and sign up a new user on https://e-seeker.com/wp-signup.php, I have a smooth registration, without the user added to my main site;
    https://prntscr.com/1s5e8tw

    I would appreciate any helpon this matter, so that a user could register an account or a website without be added and have access to my main site.

    piperpeninfo
    Participant

    Hello everyone,
    I came across related discussions about this topic but didn’t find a real solution.

    I have a Multisite and I have Buddypres installed on my main site, which resposnsible to send a welocme emails and handling the users.

    The problem is that after new user registration – the user gets 2 welcome emails:
    1- is styled sent from Buddypress
    2 – unstyled default wordpress “Welcome User Email”

    I want to disable the default welcome email but only for the user (I still want to get notified about new users)

    Please don’t point me to install a plugin or link for irrelevant solutions (like I saw on other related discussions).

    Maybe it’s not Buddypress specific issue but i hoped someone can help with that, I need your help guys….

    #320401
    pandex
    Participant

    The thing is, every time I activate a certain theme, the registration page is modified, that is, the theme has some CSS code or some other code that is modifying the registration page, the question is, how to know where it is this code? and how to disable it?

    cassel
    Participant

    I found out that the registration page for BuddyPress, when set in the dashboard overtook the page I had customized. To avoid that, I gave it is own page, so that my “normal” login was the customized one.
    However, I notice that the Buddypress registration is letting a lot of spam registrations in, since it is not using captcha. Is there a way to disable it completely so I can just keep my own page the way I set it up?

    tanyajaynep
    Participant

    When I go to BuddyPress Pages in settings I get this –

    “Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the “User accounts may be registered” or “Both sites and user accounts can be registered” option on this page.”

    So I go to the Network Settings and have allowed user registrations & saved. Refresh the page and it says that user registrations are allowed.

    But if I go back to the BuddyPress settings I still get the message (above) that I need to allow registrations!

    Help!

    #319740
    doctrpnyc
    Participant

    hello i am using beehive buddypress theme. after i updated to buddypress 8.0.0, my registration page does not load, the preloader will be displayed indefinitely. i tried deactivating all the plugins, but the issue persists. But if i disable the theme and activate twenty twelve theme, the registration page load up. How can i resolve this issue. Please help. ITS AN EMERGENCY

    Mathieu Viet
    Moderator

    I’m bit amazed by this

    enabled direct registration of new members and disabled email confirmation

    As far as I know, a user registering from the front-end (managed by BuddyPress) is first receiving an email containing a secret key he needs to paste into the BuddyPress activate page to validate their account. But maybe you are using a plugin or some custom code to disable this..

    Otherwise, you can achieve what you describe adding the following code snippets to a bp-custom.php file.

    
    /**
     * Adds activities generated when a user activates their account when a user
     * is created using the wp-admin/user-new screen Add new action.
     */
    function automatically_generate_an_activation_activity( $user_id = 0 ) {
    	// Adds a "became a registered user" activity.
    	bp_core_new_user_activity( $user_id );
    
    	// Fake a user log in.
    	bp_update_user_last_activity( $user_id );
    }
    add_action( 'edit_user_created_user', 'automatically_generate_an_activation_activity' );
    
    caioscarvalho
    Participant

    Hi!

    I enabled direct registration of new members and disabled email confirmation.

    Everything works fine on the buddypress registration page

    But when I register a new user through the worpress panel >> Users >> new user, it activates as a member but not in activities

    Does anyone know a way to definitely activate these users registered on the panel without sending an email and having to do the first login?

    Use WP 5.7 and BP 8.0

    #319395
    rossellam
    Participant

    Just solved using WP registration because no way to use register page

    I added bp-custom.php in /wp-content/plugins

    this is code:

    /**
    * Disables BuddyPress’ registration process and fallsback to WordPress’ one.
    */
    function my_disable_bp_registration() {
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    add_filter( 'bp_get_signup_page', 'firmasite_redirect_bp_signup_page');
    function firmasite_redirect_bp_signup_page($page ){
    return bp_get_root_domain() . '/wp-login.php?action=register';
    }
    #319006
    rossellam
    Participant

    Hello, suddenly
    when users click on Registration they are redirect to

    https://mysite/wp-login.php?redirect_to=https%3A%2F%2mysite%2Fregister%2F&reauth=1

    I’ve tried to disable all plugins but it didn’t work. The only one change today, I’ve updated BP Better Messages.

    Any idea what should I do?

    Thank you for support

    doywil
    Participant

    I have two questions:

    1 Is it possible to redirect registration to the root blog of WP multisite? (BuddyPress is network active and root blog is in the main site of the WP installation.)

    2 Is it possible to disable BuddyPress on one site (blog) in the network?

    #318161
    eddie
    Participant

    Good afternoon!
    With some of the updates, there was a problem with the registration page on the site.
    1. In the BuddyPress settings, the page I created for registration is selected in the “Pages” section. Everything used to work.
    2. There are plugins in collaboration with BuddyPress – BP Disable Activation Reloaded and Youzer. But when I deactivate them, the problem doesn’t go away. But when I deactivate BuddyPress, the problem with redirects disappears.
    3. Urls for site pages without “/”, i.e. site.com/post-name

    BuddyPress 7.3.0

    #318036
    epgb101
    Participant

    Hello
    When I install that plugin (https://wordpress.org/plugins/lock-my-bp/) it works perfectly – except now, my existing buddypress registration and login (with custom signup questions) is now replaced by what looks like standard WP Login/Register fields.

    Q: how can I disable keep my original Login/Register signup page/fields?
    (I cannot see any shortcodes in my exiating BuddyPress register page to enter in lock-my-bp ‘Custom Form’ field – it’s blank)

    The page I need help with: https://www.101christianchat.com/members/

    #317398
    Varun Dubey
    Participant
    gorvie
    Participant

    After installing BuddyPress, My registration page is now under buddypress, Even the password field is missing so people cant even sign up.

    I want it to be my original themes registration page.

    Ive done a bunch of research and none of the codes seemed to have worked for me.

    Any Idea How to remove buddypress reg page?

Viewing 25 results - 26 through 50 (of 492 total)
Skip to toolbar