The registration tag has no wiki summary.
7
votes
1answer
3k views
Check if we're on the wp-login page?
How can I check if the current page is wp-login.php or wp-signup.php ?
Are there more elegant solutions than using $_SERVER['REQUEST_URI'] ?
0
votes
1answer
2k views
Wordpress + bbPress registration user-unfriendly?
I'm testing Wordpress + bbPress (both latest versions):
http://alexchen.info/
When I press Register it sends me to Wordpress' backend login page (I'm no longer in the site).
If I click the ...
2
votes
2answers
174 views
What is the best way to avoid spammers registering to my blog?
I would like to be able to easily control who registers to my blog because recently I had tons of spam users registering.
I came accross the plugin Stop Spammer Registrations, but i'm not sure it is ...
0
votes
1answer
421 views
How do you create two separate Register pages?
I am looking for a way to make two separate register pages. One will automatically assign users up as a subscriber, while the other will sign them up as a contributor.
The only thing I have thought ...
0
votes
1answer
200 views
How do I troubleshoot registration/password email errors?
I moved the blog I was working on from my development server (on DreamHost) to the client's server (some local host which they are unwilling to switch from). Everything seems to be working perfectly, ...
1
vote
1answer
333 views
What's the best user registration library to integrate WordPress?
I'm looking for a library that can handle user registration (name, address, e-mail etc.) into my existing WordPress website. What options exist today, or will I have to pull my own?
0
votes
1answer
355 views
Advice on setting up a site with front end registration
I have been tasked with creating a site for a large audience, and many of the audience will require some sort of sign up. They may require certain account controls (visual things, like theme colours ...
6
votes
1answer
3k views
How do I customise the new user welcome email
How can I customise the the new user welcome email ?
I tried 'http://www.sean-barton.co.uk/wordpress-welcome-email-editor/' however it conflicts with some of the other plugins I need to use, Cimy ...
0
votes
1answer
154 views
can registration be enabled programatically?
I need to allow registration as part of a build for a client, and I am aware this can be turned on in the admin panel, but can I turn it on in the function?
2
votes
2answers
618 views
changing the signup button url in WPMU/Buddypress
the default sign up button now points to:
http://www.hoopinstructors.com/register/
I need to change the url so that it points to the real sign up page.
I looked at register.php, but I don't know ...
8
votes
1answer
2k views
Customizing the URLs of WordPress Login and Sign-up Pages?
I have Multisite installed. I have whitelabeled it using the Whitelabel-CMS plugin, but I can't customize the URLs of the sign-up and login pages.
Can I change the URL of my multisite's login page? ...
2
votes
2answers
412 views
How Do I Prevent Junk Account Creation?
I want to allow readers of my WordPress-driven sites who comment frequently the ability to sign up and have their own account on the site. However the ratio of actual readers versus spam scripts using ...
