Search Results for 'registration'
-
Search Results
-
Topic: passphrase on registration
I’m trying to make registering on the site require a passphrase to complete the registration (a form of spam filtering / needing to be human).
when I go through the steps, to register, the field is there, and if entered correctly, it works, but if it’s blank, or just wrong, it just kicks me to a white screen error with:
“There has been a critical error on this website.
Learn more about troubleshooting WordPress.”
It would seem something is wrong with the error handling in my function. help?
function bp_add_passphrase_field() { ?> <div class="register-section" id="profile-details-section"> <div class="editfield"> <label for="passphrase"><?php _e( 'What sport do the Steelers play?', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <input type="password" name="passphrase" id="passphrase" value="" /> </div> </div> <?php } add_action( 'bp_before_registration_submit_buttons', 'bp_add_passphrase_field' ); // Validate the custom passphrase field on form submission function bp_validate_passphrase_field( $result ) { // Set the desired passphrase $correct_passphrase = 'football'; if ( $_POST['passphrase'] != $correct_passphrase ) { $result['errors']->add( 'passphrase_error', __( 'The passphrase you entered is incorrect.', 'buddypress' ) ); } return $result; } add_filter( 'bp_signup_validate', 'bp_validate_passphrase_field' ); ?>
Hi there,
So, we’ve added two new fields into the registration form and would like to bulk import these informations into existing registration entries. Could you suggest how we best achieve this?
Thanks in advance.
Topic: Bulk import into new fields
We’ve added two new fields into the registration form and would like to bulk import these informations into those fields. Could you suggest how we best achieve this?
I am using the following:
WP Version: 6.1.1
Permalink: /%postname%/
Active Theme: BuddyX 4.4.5
Platform: Windows
Browser Name Chrome
PHP Version: 8.0.7
MySQL Version: 5.5.5
The plugins I have are these:Activity Plus Reloaded for BuddyPress 1.0.8
Akismet Anti-Spam 5.0.2
BP Friends Suggestions Widget 1.1.0
BP Profile Search 5.4.7
BuddyPress 11.0.0
BuddyPress Activity ShortCode 1.1.8
BuddyPress Extended Friendship Request 1.2.1
BuddyPress Global Search 1.2.1
BuddyPress Login Redirect to Profile 1.2.3
BuddyPress Profile Completion 1.0.8
BuddyPress Simple Terms And Conditions 1.3
BuddyPress Xprofile Custom Field Types 1.2.5
Classic Editor 1.6.2
Classic Widgets 0.3
Colorlib Login Customizer 1.3.1
CookieYes | GDPR Cookie Consent 3.0.8
Custom Font Uploader 2.0.0
Duplicator 1.5.1
Easy Registration Forms 2.1.1
Force Login 5.6.3
GEO my WP 3.7.2.1
Kirki Customizer Framework 4.0.24
Quick and Easy FAQs 1.3.6
Shared Counts 1.4.1
Verified Member for BuddyPress 1.2.6
Wbcom Designs – BuddyPress Member Reviews 2.8.3
WordPress Username Availability Checker 1.1.8I have configured a new Register page using ERForms. I’ve created just a wordpress page which has only a shortcode to the ERform.
I’ve set it at buddypress settings-> Pages -> register. Buddypress is redirecting to the wordpress regitration page instead of my page.
I’ve also changed the redirection at buddypress setting to whatever page (for example my FAQ page) and always redirects to the wordpress registration page.I’ve tried also deactivating all plugin but buddypress and ERforms and no, buddypress is always redriecting to the standard wordpress registration page instead of what I am setting.
Any hint / idea what to cope this problem?
Thnks in advance
I have a wp site with buddypress registration, and on the registration page the form has the ‘Account Details’ section, with the username, email, password & confirm password. Then it also has the buddypress profile section, with the fields name, birthday, etc etc. I don’t want the persons Name to be visible to the public. I can manage all the other profile fields visibility except for the default Name field and it is driving me crazy! Not sure if anyone has has this problem. please let me know.
Would removing the activation url/key combo from the activation email (forcing user to copy/paste the key) slow down spam registrations?
It seems like it is very easy for bots to activate the account because the key is automatically inserted into the form and activation proceeds. My thought is that forcing the user to copy and paste the activation key would thwart some bots. Obviously this user experience is less ideal but if it stops bots I’m willing to do it.
Any thoughts or experience with this?
On the registration page for my wp site, the registration form has the ‘Account Details’ section, with the username, email, password & confirm password. Then it also has the buddypress profile section, with the fields name, birthday, etc etc.
I don’t want the persons name to be visible to the public, I want it to only be visible to the admins. I tried to go into Users->Profile Fields and change the ‘Name’, but it doesn’t give any options as I guess that’s the base / built in field? Not sure how to fix this, but it is super annoying!
Could someone share advice on how to fix?
Hello,
I have a problem with the Buddypress Activation Email. When a user makes a new registration, it says, that an activation email was send, but the users do not receive the email. How can I solve this issue?
Regards
Need some help.
New user fills out the sign-up form ….then clicks on the register button
Then you see the message: Please Check Your Email To Activate Your Account
But, it only stays up for a few seconds. Then the user is re-directed to the login form.
Is there a way to make the (check your email for activation code) message stay on the screen longer and/or not redirect to the login?
Many new users are missing the activation message …and are wondering what’s next in the registration process.
Is there time-out code in one of the register/registration functions I can’t find?
Site: https://racer.media
Thank you,
Topic: Missing from BuddyPress
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.
Hi,
Two questions:1.
I’ve created two different types of members and assign to them different fields in the registration form, BUT I can only assign it manually after the initial registration is complete, which include only one of the two form versions. Is there a way for the user to choose a role and according to that, to move forward to a specific registration form (same form – different fields)?2.
In the Profile Search, I mostly used Checkbox option, in order to allowed users to checkbox more than one option.
Is there a way to add Clear All option to the search? (which includes several different fields, each in is a Checkbox field)
Thanks, IlanitI am currently testing an installation where
- User registration is handled by WordPress and not BuddyPress
- I can register a user through the above interface without interference from BP registration
- BuddyPress’ Extended Profile fields is enabled
- I have added custom Profile fields and I am able to update them as a user (not during registration)
All of the above seem to work without issues. BP’s Name field is never touched.
But there are several support requests, such as this, asking that the field ‘Name (required)’ not be a required field and, invariably, the standard reply appears to be ‘here some code to fix that’, ‘this is not an easy fix’ or ‘there is a plugin for that’.
I have also seen tickets on Trac logged for this.
There was even a comment by Boone somehwere (either here or on Trac) saying that this field is so deeply embedded in BP that this modification is not easy (I can’t find this reference right now).
So I am trying to understand why I don’t have any issues with this field not being populated (see above) when much of the documentation saying it is required.
As it stands, all I’d have to do is to hide the “Base” Profile Group from my profile template with a hook or something and not worry about it being ever populated.
Am I missing something?
ThanksHello,
I’m creating a website with a OneCommunity WordPress theme. The site is multi-lingual, and for that, I’m using polylang pro plugin. The default language is Arabic, and the Registration page, it works fine. To add the page for the English translation, I created a copy of the Arabic Register page and set the same default page template. But the problem is, Bp Member Register Page is only showing for the Arabic language, and for the English language, it is blank. I tried to assign the Register page in Buddypress settings for each language, but it didn’t work for me. So I want to know, that how I can assign different register pages for each language.