The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
32 views

Creating Blood Donor Website using WordPress [closed]

I am going to build a website to gather all who are willing to donate blood without any hesitation. Here people can register, manage their profile, post blood request, post articles, receive blood ...
0
votes
0answers
28 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 ...
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 ...
0
votes
0answers
7 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
53 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
0answers
23 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
28 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 ...
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
147 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
53 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 ...
0
votes
0answers
138 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 ...
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 ...
3
votes
2answers
138 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
1answer
98 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 ...
0
votes
1answer
41 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
136 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
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
65 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
23 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
63 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
175 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
108 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
35 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 ...
1
vote
1answer
56 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
158 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
182 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
384 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 ...
0
votes
4answers
221 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
votes
1answer
173 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 ...
0
votes
1answer
186 views

show User Registration Date in Wordpress

i want to show user registration date like Member since: 15,dec 2012. I have a code <?php echo date("M Y", strtotime(get_userdata(get_current_user_id( ))->user_registered)); ?> but it show ...
0
votes
2answers
75 views

How to get the ID of the currently logged in user?

I want to get the ID of the currently logged in user. I've found the function: get_current_user_id which seems to be working, however I'm not sure what 'current' means in this context. Meaning if the ...
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
2answers
118 views

SSO system between 2 WordPress installs on different servers

This is essentially a repeat of this question, but it has not been answered. I am trying to create an SSO system between two separate WordPress installs that are on different servers using different ...
0
votes
1answer
99 views

Use Wordpress engine for user registration and management

I am building a web app and would like to use the Wordpress Engine only for Authentication and User Management. Is there any good tutorials out there on how I can connect only the back end of ...
1
vote
0answers
53 views

Users are being redirected to main site when trying to register on subsite of my Multisite network

I want to allow my clients on my network to have visitors register on their site. Currently, there is no link or button to allow visitors to access the signup page. This looks like default ...
0
votes
2answers
109 views

very last action before during user registration before he is redirected to homepage

I'm using wordpress social login plugin. So some of my users register via facebook. I'm trying to hook myself to user_register and display only once upon registration and upon using facebook as ...
0
votes
1answer
95 views

what is the best and safest way to allow users to register to site

I'm wanting to allow users to register to my wordpress site. What is the best and safest way to implement this? The ultimate goal is to give the users the option to subscribe to alerts when updates ...

1 2 3