The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
15k views

How to change the default registration email ? (plugin and/or non-plugin)

After a new user registration, WP sends out an email with the login / password, and a link to the login page. Is there a way to change this defaut email template? I'd also like to change the subject ...
10
votes
7answers
42k views

How to display Wordpress User Registration Form in front-end of the website?

How to display the wordpress User registration form ( the form that appears in "www.mywebsite.com/wp-register.php" page) in the front end of my blog. I have customised the Registration form but dont ...
9
votes
7answers
11k views

Front-end Register Form

I'm looking for an easy way to place the user registration form on the front-end of a WordPress site. I've already used wp_login_form() to place the login form on the front end, but now I need to do ...
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'] ?
7
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? ...
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 ...
4
votes
1answer
108 views

Allowing periods in usernames

I have a multi-site installation of wordpress currently running, and I am having some problems with user registration. Currently, I use an external authentication plugin (similar to LDAP i guess) and ...
4
votes
1answer
536 views

How to remove administrator role in settings -> general -> New User Default Role?

I don't want to accidentally select Administrator role. So is there a way to remove it from Settings -> General -> New User Default Role ?
4
votes
4answers
2k views

wordpress multisite, how to keep user on subdomain throughout registration process?

I am running wp subdomain multisite in combination with domain mapping. This means I can create a new subdomain site xyz.site.com and map the domain name 'xyz.com' to that site. The problem I have is ...
3
votes
4answers
3k views

SSO / authentication integration with external 'directory service'

I'm about to start working on a prototype for a client - and one of the required features is integration with an in-house user authentication / registration system. This system will act as the ...
3
votes
2answers
422 views

Redirect to custom url when registration fails?

When I want to redirect the user after successful registration, I just use "registration_redirect" filter hook. How about when registration fails, which filter hook should I use? I looked into ...
3
votes
2answers
486 views

Mail isn't sent after local site registration

I installed a new WP site on local machine with wamp server. When a new user registers it gets the "registration successful" message but a mail with the password is never sent. Also checked the junk ...
3
votes
1answer
2k views

Separate registration and login for different roles

I've set 2 new roles for my site using the "Members" plugin - "sellers" and "buyers". Each role should have its own registration page and login. A visitor can register as both a buyer and a seller ...
3
votes
2answers
132 views

Custom Registration Template/Page

Is there a way to display the WordPress register form on a custom page the way one would use <?php get_search_form( $echo ); ?> for a search form? If not how would one go about creating such a ...
3
votes
4answers
252 views

How to disable or protect against disposable email accounts?

Now im getting a couple of disposable email accounts in users table, how can I avoid this nasty situation?
3
votes
1answer
1k views

Multi-steps WordPress registration : in 4 steps how to?

I saw in several WordPress sites up on registration that the registration process is in 3 or 4 steps. how can i implement such process to my theme? ie: choose your role + fill in register ...
3
votes
3answers
996 views

how to disable user confirmation from administration?

I have a multi-site network, on one of the sites the access is restricted to registered users, and only an administrator can create users. I was asked to get rid of the confirmation email sent to ...
3
votes
1answer
687 views

Roles at registration (classipress)

I have a classipress site and want to have the user choose upon registering with the site if they are a teacher, or student. These will be different roles. I have been trying to get roles at ...
2
votes
1answer
421 views

Create posts on user registration

How can I create let say 3 posts after the user finish the registration ? The ideal outcome would be to create 3 posts using the user as the author of the posts and with some pre-defined values. ...
2
votes
2answers
400 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 ...
2
votes
2answers
172 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 ...
2
votes
1answer
993 views

Force users to complete their profile after they register? How to

I am making a custom (quick) registration page in my wordpress site, to let users to register quickly by just filling username-email and choose their password. I have tpl-edit-profile.php, what ...
2
votes
2answers
614 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 ...
2
votes
2answers
252 views

Shared Members between two different wordpress installations with different databases

I have two wordpress installations with same host with different folders. Each installation uses its own database. I mean, database are separated. I am not using one database for two wordpress ...
2
votes
1answer
141 views

Can I bulk register contributors for a new blog

I just designed a blog to go with our small classic car club website here in the south of Spain. Before I make it available to club members I need to do something about registration. I have read up on ...
2
votes
1answer
571 views

Showing the user's username in registration email or activation page with BuddyPress

a) I would like the person's username to be included in their activation email once they have registered. e.g. Activation email would look like: Thanks for registering! To complete the activation of ...
2
votes
5answers
499 views

Create not-activated user in code, wordpress

I'm doing a site in wordpress and I need some help. I have a custom registration form where users can sign up and get special roles, but I want to save the users to the database as not activated so ...
2
votes
1answer
316 views

How to limit user registration to a specific set of domains?

I'd like to limit registration to some of my sites based on the email domain of the user. For example, I only want people with @gmail.com emails to register. Any ideas? Plugin possible?
2
votes
2answers
2k views

User Without Email?

When creating a user in Wordpress an email address is required for that user. The website I'm working on requires that users remain anonymous (it's part of a research study) and I'd consider email to ...
1
vote
2answers
3k views

How to redirect a sucessful registration to a page template?

Each time I register I end up in the wp-login page (back-end): Is there any way of redirecting the users who register to a page template (front-end)?
1
vote
1answer
1k views

How to let user set password on registration

I´m working on a front end registration form adn have gotten as far as getting the standard registration form to work, but... I´d like to add the oportunity to let the user choose his/her own ...
1
vote
3answers
340 views

Many users with strange names register, but don't leave comments. Should I be afraid?

Many users with strange names, register on my blog, but don't leave comments. Should I be afraid, that this might be attack of some sort. Maybe someone found some sort of bug in Wordpress which allows ...
1
vote
2answers
53 views

Display commenter's registration date on comments?

Is there any way to display a user's (registered) registration date on the comment. Lets say i have a written an article, registered users A, B, C and D left a comment on my article. I can display ...
1
vote
4answers
1k views

Buddypress register.php user redirect

In my buddypress I have set the register page as homepage. Now whenever a logged-in user tries to access the register page(homepage), they are redirected to Members directory. I want it to change to, ...
1
vote
3answers
1k views

Wordpress 3.2(Multisite) - How to add custom user meta fields to signup form?

I want to add custom user meta fields to registration page. I use WP multisite so I have to modify wp-signup.php. Adding some field is easy for me(I am programmer :P). But I have a problem with this ...
1
vote
1answer
46 views

Payment on Registration?

Case Study: I need people pay me when they come to register on my site. Most of the page should be only available for logged in user. Paypal will be my payment options. Question? I need to know how ...
1
vote
1answer
34 views

Two functions utilizing registration_errors filter

I wrote two plugins that utilize the registration_errors filter: add_filter( 'registration_errors', 'process_payment', 10, 3 ); add_filter( 'registration_errors', 'add_user_to_SF', 10, 3 ); When ...
1
vote
3answers
324 views

Simple Online Payment for Event Registration

I am looking for a simple (and secure) way to accept payment for event registration. I am managing a Wordpress website for a organization that hosts events throughout the year. A handful of these ...
1
vote
1answer
291 views

Add More Fields to Users Pages (Admin Panel)

So I'm trying to create some custom fields for users. I need to give users access to a 30 day trial of some software and I want to keep track of that in the users page of administration panel. If the ...
1
vote
1answer
402 views

Registration options and approvals

What are the possible registration options in Wordpress (everybody can register, nobody can register, only some users can register)? More specifically: can Wordpress be setup so that only those ...
1
vote
1answer
66 views

How to prevent certain usernames from being registered?

How can i prevent or blacklist a list of usernames that i don't want users to register with? And can I add a message if they try to register with one of those names that says 'this username has been ...
1
vote
1answer
1k views

Email verification for new users

I would like to implement a plugin that requires new users to reply to an email, to verify their email address, on registration. I am already doing extensive codex research, but I am very new and ...
1
vote
3answers
445 views

Checked checkbox?

I'm working on adding a checkbox to my user registration page to opt-in to my e-mail list, and I'm not sure the proper way to have the checkbox ticked off by default. This is what I've got so far: // ...
1
vote
1answer
3k views

Create a registration form with a PayPal checkout fee?

My client is looking to start taking online registration for their many conventions and events. Previously they handled this all offline with PDF documents and in person payment. I'm looking for ...
1
vote
1answer
2k views

Email confirmation on registration

I have set up the registration form using this chunk of code: wp_create_user($username, $password, $email); Note that i have did all kinds of validation before use this code. The registration is ...
1
vote
2answers
334 views

Form doesn't submit on second submit call

I've been strugling with the following issue for over a week now so please excuse the long description. I want it to be as accurate and clear as possible: I'm using the "simplr registration form" ...
1
vote
1answer
331 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?
1
vote
1answer
89 views

User defined password at registration - registration email sends auto generated pass

Updating some meta fields on registration and providing the user the option to pick a password yet the registration email sends the auto generated password. User defined password works and not emailed ...
1
vote
1answer
54 views

How to let user select role upon registration in Facebook-AWD?

I would like to use the plugin Facebook-AWD plugin. My site would provide two ways of registration (normal and register with Facebook). Users must select their role, ie: buyer and seller. With ...
1
vote
2answers
524 views

Check if username exist with AJAX

I've created a custom registration form for a WordPress MultiSite installation. It allows registrations of new blogs and users. I want to check with ajax if a given username is available. This is what ...

1 2 3 4