The registration tag has no wiki summary.
1
vote
1answer
44 views
Getting thousands of registration spam
We have tried the range of Captcha options, and now have Facebook Connect with Akismet installed as a constant, but still can't stop thousands of spam registrations from attacking our WordPress site. ...
0
votes
1answer
107 views
How to bypass the username as a required field in registration and just use email address instead?
Is there a clean way of doing so? I would prefer doing that in functions.php using some action and/ or filter hooks. The 2nd-best option would be using some good plugin out there. (I haven't seen 1 ...
0
votes
1answer
308 views
How to show password fields on registration form w/o plugins
I want to show hidden password fields on registration form. I found that these fields are already present in /wp-admin/user-new.php
<?php if ( apply_filters('show_password_fields', true) ) : ?>
...
0
votes
1answer
51 views
How to force login after user browses for a few minutes or browses a few pages?
I want users to be redirected to a custom login/registration page after they've got a taste for the site, by time passing or/and browsing a few pages.
I found this code that forces users to login ...
0
votes
1answer
196 views
Auto creation of multisite blog on user registration
I'm looking for a way to have users register on a multisite setup and have a blog automatically created for them... no, not the way the standard ms registration system handles it. I want to get rid of ...
1
vote
0answers
116 views
Custom Registration page - prevent redirect to wp-login.php?action=register
I already have a custom login from built with the following code:
add_action('login_redirect', 'jwh_redirect_login', 10, 3);
function jwh_redirect_login($redirect_to, $url, $user) {
$url = ...
1
vote
0answers
69 views
Regsitration form on External page
I am trying to achieve where user can register from my another website which is in sub folder and in the same database. However both website has own tables and one is Wordpress and other is ...
1
vote
0answers
443 views
wp-signup.php redirected to register.php
I have worpdress 3.4 multisite subdirectory set-up. (eg: example.com\username)
I also have a buddypress installation installed as a secondary blog.(eg: example.com/community)
...
0
votes
0answers
27 views
How to remove username field from the registration page?
I know about http://wordpress.org/extend/plugins/wp-email-login/, but it only takes care of login - not registration. I don't want any javascript-based solution. (I'm aware of Register Plus Redux, but ...
0
votes
0answers
32 views
Registration check if a field exist
I use Cimy Extra fields plugin to add a phone field in registration form and user profile.
This field can be edit only once if it empty.
...
0
votes
0answers
22 views
Registration and Newsletter opt-in
I am trying to create a registration form that allows opting in for a newsletter as well. I created my own registration form using the code found here: Custom Registration Template/Page
I have tried ...
0
votes
0answers
66 views
Adding a check box and a link to terms and conditions on registration page?
I found this code online, but it's for the login page. I tried changing the word "login" to register and noticed that it appeared on the registration page; however it didn't need to be checked off to ...
0
votes
0answers
64 views
Adding Custom field in a signup form not working
I have used the following code in functions.php to add some custom field to my registration form and add it to the db in the wp_usermeta table. But dont know why it is not working. I am using a custom ...
0
votes
0answers
133 views
Add data from front end into custom made table in database
I have a registration form which contains firstname, lastname, organisation, username, email etc. Here Username and email only will be saved in the db in the wp_users table.
I have created a new table ...
0
votes
0answers
20 views
How can I add an email confirmation field upon registration so that the user has to type his email twice?
I would like to confirm email address is typed correctly.
0
votes
0answers
40 views
How should I manage dual registration and custom roles on my wordpress site?
I am running a multi-lingual site for my client and now he wants to add in a shop and a community so I have to deal with shoppers and authors as logged in users.
Now I want only a single ...
0
votes
0answers
382 views
jquery.validate remote: Checking if username is taken
I'm working on a wordpress plugin and I'm trying to validate a username field on a custom registration page. I need to check if the username is already in use in my install.
I have it working the ...

