Search Results for 'registration'
-
AuthorSearch Results
-
May 31, 2010 at 3:16 pm #80199
In reply to: Spam Blogs
Van Murray
ParticipantI have a couple BuddyPress installs. The older of the 2 has received 150+ spam member registrations (and blogs) this weekend. All create members like bob45873675 and “Bob’s Blog”.
I have changed slugs, activated recaptcha and followed several blog posts on best practices. What’s interesting is they are somehow bypassing my registration page. I have required fields and have removed the “create a blog” from the registration page; but somehow they manage to create an account and a blog. I also receive “lost password reset” email notices for each account that is created, so maybe that’s a clue to where the issue is.
I was so fed up with it, I disabled registrations completely (only allowing blog creation by logged in users) — and I’m still getting new spam members and blogs (how is that possible??) This seems to be a pretty serious security issue that is different from previous “splogging”…
Vulnerability/hack in the registration or lost password, etc…?? I presume this could be WPMU not necessarily BP?
May 31, 2010 at 10:48 am #80181In reply to: User chosen Password in Email?
mistercyril
ParticipantI agree, my test users have been telling me that they have so many passwords to memorize that they like to be able to find them in the registration emails…
I know its not safe, but theres nothing to protect if users never log back in…
Best,
C.May 31, 2010 at 5:37 am #80171In reply to: Spam Blogs
Sam Steiner
ParticipantI am also having this problem – I guess everybody is. I also followed the tips you mentioned and initially, it reduced splogger registrations a lot.
However, I disagree with Terry: there are not real people setting up blogs and answering captchas, these are bots. As kiwipearls mentioned, if you go and try to sign up manually, you have to fill in the required fields.
There is a leak somewhere in BuddyPress/WPMU registration and all methods to stop the oil have failed until now. BP (haha) people say it’s WPMU and the other way around, I guess. The leak has been here for months and nobody seems to want to fix it. Maybe it’s some kind of corruption since the premium site Terry mentioned has a way to fix it.
May 31, 2010 at 5:16 am #80169In reply to: Secure Invites for Mu
@mercime
ParticipantCheck Site Admin > Options – Allow new registrations == must be set to “Blogs and user accounts can be created.”
Don’t worry about sploggers, when you have WPMU Secure Invites on, no one can register without an invitation — unless of course one of your members invites one…
May 31, 2010 at 2:50 am #80162In reply to: Secure Invites for Mu
@mercime
ParticipantAlternatively, go to Site Admin > Invites. Then in Invites panel click on “Edit Settings” link. Some things to watch out for if you’re using bp-default or its child theme:
== What is the address of the signup page? (wp-signup.php is the default)
Signup page == make it register.php
== What address do you want the invitation emails to send people to? Please add the full URL to the registration page.
Signup page == if BP is installed in main site == http://yoursite.com/register.php . Or if BP is installed in sub-blog == http://yoursite.com/subblogname/register.php or http://subblogname.yoursite.com/register.phpMay 30, 2010 at 5:44 pm #80137In reply to: Secure Invites for Mu
eor
MemberThis is the main or even only reason I chose to to use wordpress mu. I really need an invite only registration and this plugin is perfect. Please if someone could help me set this up I’d be extremely appreciative.
I’m sure @lpapworth would appreciate all the help as well.
Thanks,
eorMay 29, 2010 at 2:58 am #80043In reply to: Activity stream as front page in BP 1.2.4, WP 3.0 b2
LPH2005
ParticipantI figured out why the activity stream failed for some people. The registration options in Super Admin –> Options were not set correctly.
May 28, 2010 at 11:48 pm #80031In reply to: I would like to disable Email activation
mazen
Member@crashutah thanks a lot man for your responses and information. I’ve noticed that there is some differences indeed between single and MU handling the whole registration, activation, and log in processes.
I tried this piece of code (in my functions.php after the disabling activation and email bits) however it game me some weird behavior and my backend became non functional. I probably missed something (used the code as is while I needed to modify) or maybe one of my other plugins is causing misbehavior? I have auto redirect to profile on login plugin, and branded login plugin activated.
Cheers.
May 28, 2010 at 6:54 am #79975In reply to: Registration link redirects to home page
serveandshare
MemberNever mind I got it – I dont even know what I did. I checked it on a different computer and there it was. Then I checked it on the first computer and the sign up link was there. Wonder what that was all about.
May 28, 2010 at 6:24 am #79974In reply to: Registration link redirects to home page
serveandshare
Member@dailynewarker what do you mean when you said you pointed to your “real, production database”
May 28, 2010 at 6:21 am #79973In reply to: Registration link redirects to home page
serveandshare
MemberI tried removing lines 17+18 of bp-core-signup.php /* If the user is logged in, redirect away from here */
if ( is_user_logged_in() )but that didnt do anything
On to the next fix…
May 28, 2010 at 5:28 am #79971In reply to: Registration link redirects to home page
serveandshare
MemberI am having this problem too. There is no registration page showing up. when I type in http://www.yoururl.com/register it redirects to the home page. Any suggestions?
May 27, 2010 at 10:33 pm #79953In reply to: Insert a registration form into a post
Daniel
ParticipantAhh, actually it turns out the simple answer was the best… It was as simple as copying & pasting the registration form from registration/register.php and adding /register to the form action.
May 27, 2010 at 4:54 am #79838In reply to: Is BuddyPress the right choice?
mloya
MemberDoes Buddypress require WPMU. I am having issues with the registration options plugin as it does not activate.
May 26, 2010 at 4:41 pm #79783In reply to: Performance of BuddyPress on WP versus WPMU
techguy
ParticipantTravel-Junkie,
I would disagree that WPMU ceases to exist. It’s just been integrated with the WP codebase, but that code still exists just inside of the WP codebase. From the initial look I did, WPMU is basically using the same tables, the same function calls, etc. So, the performance should be about the same whether it’s integrated or not no? WPMU in 3.0 still creates the new tables for each blogs. It still modifies the registration components, etc. So, I think WP 3.0 or WP 3.0 Multisite shouldn’t change the performance between WP and WPMU I would think.I hope @apeatling will join this thread and share his experience.
May 25, 2010 at 3:46 pm #79605In reply to: Invite Friends system
Boone Gorges
KeymasterI wrote a plugin called Invite Anyone that doesn’t do quite what you are looking for (it doesn’t restrict registration) but it could be modified to do what you’re asking: https://wordpress.org/extend/plugins/invite-anyone/
May 24, 2010 at 6:16 pm #79486cherryblossommj
MemberIssues resolved in https://buddypress.org/2010/05/buddypress-1-2-4/
May 24, 2010 at 7:03 am #79434thelandman
ParticipantHi @jillsays
If you’re creating a child theme: The template file you’re looking for is wp-content/themes/yourtheme/registration/activate.php
If you can’t find it in your theme folder then you need to copy it from wp-content/plugins/buddypress/bp-themes/bp-default/registration/activate.php and copy it into your theme folder. Remember to paste it into wp-content/themes/yourtheme/registration/activate.php
NB! Where ever I’ve written “yourtheme” replace it with the name of your theme’s folder.
May 24, 2010 at 2:53 am #79415John
ParticipantGreat job on the homepage Mike. How come nothing happens when I click on Forums, Groups, etc? Are you still working on this?
Your layout is great but I’m not too crazy about the color theme. It doesn’t feel engaging enough. Maybe it’s just me. But I love what you did with the sign up form with the rounded corners and drop shadow.May 24, 2010 at 2:38 am #79413In reply to: Registration Approval Plugin
John
Participantmercrime did you get it to work? Because this doesn’t work. It breaks the Registration field.
I have BuddyPress 1.2.4.1 on a single instance of WordPress 2.9.2 and after Activating bp-registration options I get the following error in the Registration Page and the “Complete Sign Up” button disappeared.
undefined function get_current_site() in myserverpath……../wp-content/plugins/bp-registration-options/bp-registration-options.php on line 726
May 23, 2010 at 10:58 pm #79399John
ParticipantI have BuddyPress 1.2.4.1 on a single instance of WordPress 2.9.2 and after Activating bp-registration options I get the following error in the Registration Page and the “Complete Sign Up” button disappeared.
undefined function get_current_site() in myserverpath……../wp-content/plugins/bp-registration-options/bp-registration-options.php on line 726
May 23, 2010 at 9:02 pm #79385eborg9
MemberEvery other system does just fine with duplicate real names. There are many occasions where I had to use a middle initial, or other combination to have my name registered. It’s still much easier for others to find, than an obscure string of letters that only has meaning to me.
I’m not saying that the username system is not efficient for registrations, and log in…it’s just that using them in place of actual names for a “Social Networking” community defeats the purpose of what many communities intend.
I sign into Facebook, Linked in and other platforms with a username or email address, but when it comes to being listed, my actual name is displayed, not my username…that’s why they work.
May 23, 2010 at 6:30 pm #79357Clive Hetherington
ParticipantI’ve used WP for years too and when I switched to WPMU and BB as a community the username default setup does not go down well. I’ve only a small number of registered only users and I set their display names to their name manually with each new registration (with less than 20 users that’s doable). Looking through my entire BB install I cannot find any username mentioned. So, maybe a plugin to automatically make users display name their first name (or first+second) would work for you? The @mention should also use the display name too else it’s probably unusable in a community space. Real people – real names. I paid to have BB chat component work with ‘display’ names for the same reason else some of my users would not know who they were chatting with.
May 21, 2010 at 9:50 pm #79118In reply to: Removing ”Blogs” out of Member navigations
@mercime
ParticipantSome thoughts;
– Assuming you don’t want others creating blogs in your installation, and you’re on WPMU, go to Site Admin > Options – under Registration Settings – choose ” User accounts may be registered.”
– Deactivate the Blogs component in admin dashboard – BuddyPress > Components Setup – under Blog Tracking – choose disabled
– Furthermore – https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/May 21, 2010 at 9:09 pm #79115In reply to: Register username with uppercase?
r-a-y
KeymasterIt’s because the registration function [bp_core_validate_user_signup()] only looks for lowercase usernames.
A ticket has been filed for this already:
https://trac.buddypress.org/ticket/2207 -
AuthorSearch Results