Search Results for 'register'
-
Search Results
-
Topic: Request: Delete Bozo Users
I was wondering if someone could throw together a plugin that would have an option in the admin area to clear BOZO users. Most people don’t mind having thousands of users register for their forum, as they don’t hurt anything being a bozo, but with the integration with WP, all Bozo’s are moved over to WP.
That forces me to delete the users anyway. 99% of new registrations are BOZO, so I figure that I would like a simple “Click Here” to delete all the users in admin. That or just use cron to call a file that deletes bozo users. I was working on it myself, but seemed to hit a bit of a snag.
The best option would be to edit the bbpress-integration.php plugin to not bring BOZO’s over to WP. That would mean editing it to not register anyone that is a bozo. That or register them and immediately delete them.
Any help would be appreciated!
Trent
Topic: Registration email query
Ok first post and I’m going to start by saying having only been using bbpress for 2 days I think its great, and just what I was looking for in appearance for a forum ie clutterfree and simple.
I am no expert on this but I’ll try and explain a problem I am having with registration emails. It may not be anything to do with bbpress but I’m hoping someone here may have the experience to help.
PROBLEM: User register seems to be fine and the mysql database is filled with their details. They get the email. All ok. However, if I try to create a different user with the same email (I’m doing this for testing) I never seem to get a registration email. Does bbpress do a check to see if a email address is already being used? I don’t seem to get this problem if a create users with an email address at the domain the forum is hosted. Also if I have an account and use the forgotten password recovery I find I get the email to generate a new password but don’t see the email with the new password.
On top of this yahoo seems to be picking up the registration email as spam, I don’t know if this is normal.
I hope this isn’t too long winded. If anyone has any thoughts I’d love to hear them. I know people are registering with my forum and using it so it does work! But they all have individual passwords. Thanks!
I’m seeing registrations for users whose “website” URL is very dubious (including adult stuff that would make most people blush). They’re obviously only registering for the link because they don’t leave any comments.
If the admin goes along with the recommended action of marking the user as blocked (rather than deleting), then their link is still visible in the profile page. i.e. They win.
So I’m imagining a core enhancement or a plugin that adds a filter so that any user who is marked as bozo/blocked has their details passed through a sanitizer which removes anything that looks like a URL before it’s passed to the UI.
Ok people, here’s the deal.. I’ve installed MediaWiki 1.8.2 on my domain: http://codex.spencerp.net/ and customized the links for it and so forth.. no big deal right… ?
What I have done so far is (in this order)..
1) Integrated bbPress to my WordPress blog.. So anyone that registers on my bbPress forums, is automatically registered into my WP blog. Usernames and Passwords work for BOTH..
2) Applied the bbPress_Auth_for_MediaWiki extension to my MediaWiki.. However, I had to use some of the modifications listed here.
Now, people can login to my MediaWiki with the usernames and passwords from either the WP blog, or the forums..
The ONLY problem I’m having now, is.. having users register for a new account on my MediaWiki “Create New Account” page.. sigh.. I’m getting the following error..
http://codex.spencerp.net/Special:Userlogin?type=signup&returnto=Main_Page
“Login error:
There was either an external authentication database error or you are not allowed to update your external account.”
Which is obviously saying, it’s trying to create a new account in the MediaWiki database.. but, where really it should be trying to make a new account in my WP database.. right? Or, that might be meaning the other way around.. I’m not sure.
My questions are:
1) Is there a way to modify the “Create New Account” page, with the WP register page codes? So, when someone tries to create a new account on my MediaWiki itself.. it calls the WP database for it?
Or..
2) Just modify the MediaWiki file, that contains the “Create Account” link, and use the link to the registration page for the WP blog itself? And if so, which MediaWiki file does this reside in?
I guess I’d rather have it simple.. and just implement the WP registration codes, into the MediaWiki file.. so there is no redirecting of the “Create Account” link in my MediaWiki..
Or, does someone know of an “extension” for MediaWiki.. that synchronizes the MediaWiki & WordPress registrations? Thanks in advanced..
spencerp
/It’s ALMOST totally there now.. the way I want her.. just that dang Registration problem on the MediaWiki sigh.
By the way, you have to be registered and signed-in, to edit my Wiki.. whee! Which means, you’ll have to register on my blog, or forums first! This is why I’d like to get this MediaWiki registration figured out soon sigh..