Tagged Questions
-1
votes
1answer
41 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
214 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
24 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 ...
0
votes
1answer
220 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 ...
3
votes
1answer
63 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 ...
-1
votes
1answer
226 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
214 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 ...
1
vote
0answers
432 views
Integrating Facebook Registration (and Login) on a Wordpress page
I would like to use the Facebook Registration tool.
I've read the documentation on https://developers.facebook.com/docs/plugins/registration/
I've also gave a look at plugins like Simple Facebook ...
1
vote
1answer
59 views
Users managed to register on website with no register button?
Due to recent spam, I wanted to stop registration on my website for a while.
But doing so meant the registration page would redirect to the homepage, which was bad for SEO.
So I left the ...
0
votes
1answer
82 views
first_name property missing inside register_user action hook
I'm trying to access the $user->first_name property from a function triggered by the register_user action hook but it's not there:
function do_stuff($user_id) {
$new_user = get_userdata($user_id);
...
1
vote
1answer
70 views
Check for valid email after user inactivity?
I'm looking for a plugin that sends out a confirmation / verification email to confirm that the user still have the same email address as when they registered.
If a response is not given within 2 ...
1
vote
1answer
2k views
How to create custom LOGIN and REGISTRATION forms?
I have developed a theme for Wordpress and I need to customize login and registrations form.
At the moment, as usual, the login and the registration URL are:
http://www.example.com/wp-login.php
...
1
vote
2answers
323 views
Menu page with list of users
I need a way to create a menu page with a list of all users for administrative purposes. The list will be used by users that don't have permission or acceses to the "Users" menu page. The page need to ...
1
vote
1answer
90 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 ...
0
votes
1answer
96 views
how to allow all users who register to a main domain be automatically be registered to all subdomains
i'm looking for how to let those users who registered on a subdomain be automatically be registered in all my subdomains. in this case, the users don't need to register again to the subdomains, when ...
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 ...