The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
2answers
1k views

Custom registration form page/template

I am trying to create a registration page on my site to allow visitors to register on the site and have access to special contents. I installed Cimy User Extra Fields to add extra fields to ...
0
votes
0answers
26 views

How do spam users register while I've only enabled registration by Gmail via Janrain?

In wp-login.php?action=register, I've disabled text fields (sorry this web site is in Japanese only but hope you can see that there's no text field) and enabled registration only via social login by ...
0
votes
2answers
187 views

how to remove header from registration page?

How can i remove the header,search and my home,activity,forum etc from registration page.os there any plugin to modify registration page.I am using buddypress plugin.I do not want to call color.css ...
1
vote
1answer
38 views

Include “registration.php” for custom registration form?

I’m creating a custom registration form for my website. Every tutorial has this call in the form require_once(ABSPATH . WPINC . '/registration.php'); I’ve read that registration.php has been ...
2
votes
1answer
160 views

User registration problem in wordpress

I am trying to do a user registration form in my site's side bar, although users were able to register but instead of getting success message, wordpress usually redirect them to 404 page. below is my ...
0
votes
0answers
6 views

Allow users of custom domain email to post in website

How can i add a custom domain restriction on registration. I want users of only particular domain to post in my website. ex : users having bond@xyz.com ,only xyz registered users can post in my ...
0
votes
1answer
22 views

Send email for confirmation during user registration

I am very new to WP.How does a confirmation mail is sent during user registration.Is there any services being worked out here. is this a free service using php for any plugin.
0
votes
0answers
22 views

Verify Registration email on local host windows 7 xampp

I am very new to word press development. I have set up xampp and successfully installed wordpress on my localhost with my admin account. I need to create a registration for the users to register in my ...
0
votes
0answers
18 views

Plugin for organizing and sharing information collected from contactforms

I would really appreciate to get some help with a wordpress page that I'm creating. I want to create a page where people who are interested to be contacted for a service I'm providing are sending in ...
0
votes
2answers
36 views

Batch users creation

I would like to share a document with about 140 users after password authentication and I want to avoid to create manually all the 140 accounts. Is it possible to create them quickly? UPDATE: ...
0
votes
3answers
52 views

Redirect user after login/registration globally

How it possible to redirect all users, even administrators after login to specific page? And also redirect users after successful registration? Any simplest way? For example I want to redirect users ...
0
votes
1answer
133 views

Different registration form for different roles

I have customised the worpress registration page by adding new fields using the Cimy User Extra Fields plugin so my site is now fine for allowing users to register as contributors. I now want to ...
0
votes
0answers
22 views

Problem in custom user registration form

Some one ask this question here but answers just refer to use different plugins. My problem is same but I do some thing different. I create user custom registration page with name of register.php and ...
0
votes
0answers
10 views

Problem with `tabindex` [closed]

I create custom user registration page on my website. I have problem with my input field's tabindex. On page load "User Name" field get focused. When tab press it goes to "Email" field and then on ...
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
4answers
219 views

Add 'first name', 'last name', 'date of birth' and 'terms and conditions' to register fields?

How can I add 'first name', 'last name', 'date of birth' and 'terms and conditions' to WordPress' register fields? My site is adult-themed and I would like to verify users' ages and have them agree to ...
1
vote
1answer
23 views

Can I prevent “wp_user_level” from getting added to wp_usermeta on registration?

I've heard this meta key is obsolete, but they are still getting created every time a user registers. Can I prevent this? I'm trying to slim down that table.
1
vote
1answer
141 views

How to get user-meta from Social Login registered users?

It looks like social login plugins (such as Wordpress Social Login, OneAll etc.) do not create users in the original wp-database as regular registration from Admin dashboard. Hence it is not possible ...
0
votes
0answers
51 views

Using Gravity Forms User Registration addon, how can I edit a user's account as an admin through the GF form?

I want to allow "admins" (who are only admins on the front-end of the site) to be able to edit user accounts. I am using gravity forms and have user registration and I am able to create new accounts ...
0
votes
0answers
25 views

Automatically create a user with author rights from outside of Wp-admin

Need to create a user on the fly based on the following steps... User clicks a link in an email with a unique url such as 1234.domain.com/?auth=42344245534534535 when the user clicks through to ...
3
votes
1answer
560 views

Is it possible to remove username field from the registration page? If so, how?

Is it possible to remove the username field from the registration page? I want the users to enter only their email and password. A new user should be created based on these two parameters only. Is ...
0
votes
0answers
135 views

Custom Front End Register Form Auto Login and Redirect

I have a custom front end registration form that I am using and everything is working fine except I have been trying to get it to automatically log the user in and redirect them to a specific page. I ...
3
votes
2answers
136 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 ...
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
1answer
92 views

Create WP account from an external email form submission?

I have a single email field form on a static, 1 page html website which upon submitting, I would like it to pass the entered email to a WordPress install to use as an email for a new account. The html ...
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 ...
0
votes
1answer
40 views

How to allow wordpress to create username with symbols like +

I want to allow users to create username with + symbol. but wordpess removing the symbol by the register validation process. If I gave username as abcd+123, the user registered with username as ...
0
votes
1answer
39 views

Disallow google/other email plus and dot tricks when registering?

A user registered with my WordPress blog as "bob.smith+bc@gmail.com" (for example). I'm fine with that. However, if the user comes back with "bob.smith+bc2@gmail.com", I want to stop him for ...
0
votes
1answer
25 views

Is it possible to have users register without having a password?

I'm developing a plugin and I wanted to allow users to just subscribe to a custom user level without having a password sent to them via email. this level will not be able to contribute to the site, so ...
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
22 views

user registration on all blogs or in other words one account to rule them all

I know this question is asked all across internet. But here I want ask it differently and get the normal answer. The thing is that everywhere people redirect to plugins such as User Managment and ...
1
vote
0answers
61 views

How to include file upload field in buddypress registration form?

I am using buddypress to make the social network of passed out students of my school.I have used Buddypress Xprofile Custom Fields Type for registration.I want to include "Add file"(Marksheet of ...
0
votes
3answers
5k views

How to have Wordpress send a user confirmation/validation email on signup

I have a WP 3.3 installed and running great. My client would like to confirm a valid email address by sending the user a confirmation email containing a link to "confirm". I have played around with ...
1
vote
3answers
8k views

add custom field in user register form

In my WordPress based site, I want to add a custom field (e.g. type of user - employee, investor) in the user registration form in the admin side, without editing the core file. Can anyone please ...
0
votes
3answers
172 views

Insert Extra fields added in the front end registration form to DB

I have added some extra fields like first_name,middle name,last_name etc into the custom registration form. I want to add those details int the DB also. Now only username,email,Display name and ...
0
votes
1answer
34 views

Is there a way to direct unregistered user to registration page when click a link?

everyone: this question seems pretty commmon to ask, but I did not find any answer. I was wondering, if there is a php function that I could use to direct a user to the site's registartion page, so ...
1
vote
0answers
47 views

Adding a new user from the front end

I have a front end form that creates a new post from users that are not required to login. However, I need to create a new user based on the information passed in the form. As it is right now I can ...
2
votes
1answer
130 views

Create a Meta Box in the Admin User Screen?

My client wants the New User admin page to be composed of a meta box. add_meta_box( $id, $title, $callback, $post_type, $context, $priority, $callback_args ); But this seems to be for posts only ...
0
votes
1answer
154 views

Whats the best way to share user data across multiple Wordpress websites?

First of all, Multisite isn't what I'm looking for. I have 5 websites using Wordpress all on separate domains that I would like to enable user accounts for. I need user data to be shared across the ...
0
votes
2answers
1k views

Custom user profile, registration, login page with theme

WordPress user profile page uses the administration interface, and its user registration / login page is not part of the theme. I would like to change it into the custom theme of my site customize ...
2
votes
2answers
47 views

Can I hook into user registration *before* a user is created?

I want to limit registration based on the domain associated with their email address. I was looking at the user_register action hook, but it fires after the user is already inserted, which, although ...
0
votes
1answer
177 views

Wordpress Won't Send Email When a User Register

When a user registers on my wordpress site, it does not send them an email containing the password. I do notice that an email was sent when a users email is @mydomain.com, but for others let say ...
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 ...
3
votes
1answer
54 views

Can I hook into the invite user process to verify their email address is from a certain domain?

I have a site option where users can enter domains to "whitelist" registrations from. What I'd like to do is hook into the invite/create user flow to verify the new user's domain from their email ...
0
votes
2answers
51 views

disabling emails received by admins every time a new user signs up (function not working)

I have the following function in my functions.php. I am trying to disable the admin from receiving emails every time a new user joins the site. However, the admin is still receiving emails. Is there ...
1
vote
1answer
87 views

Wordpress to use Drupal users' credentials

I have both Wordpress and Drupal installed on two domains. I want the users that register via Wordpress to be stored in Drupal's user table. Also, any login attempts should be checked against Drupal's ...
1
vote
4answers
1k views

Adding fields to the “Add New User” screen in the dashboard

I'd like to add the field "Company Name" to the add new user page in the admin panel. I've done quite a bit of searching and have been unable to find details on how to do this. I can easily add info ...
-1
votes
1answer
171 views

New User Registration email

I am receiving an email notification whenever a new user is added to my site. I need to change the default 'send-to' address. It is using a personal email, rather than my 'webmaster' email. Where is ...

1 2 3