The registration tag has no wiki summary.
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 ...
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 ...
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 ...
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 ...
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)?
2
votes
2answers
253 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 ...
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 ?
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 ...
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'] ?
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 ...
0
votes
1answer
495 views
Creating a Closed Wordpress Community Using Referral Codes
There are a lot of WP plugins for referrals and different ones for generating registration codes for restricted registration pages, but I'm looking for a hybrid.
So, my WP-powered community is ...
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 ...
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 ...
2
votes
1answer
422 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
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 ...
0
votes
1answer
935 views
Receiving “This content cannot be displayed in a frame” error on login page
I am using a new domain for my WordPress directory in different server. When I click the meta links such "Login" or "register", I get this page:
This content cannot be displayed in a frame
To ...
0
votes
2answers
791 views
How to create and retrieve data from a special registration form?
What is the recommended way to approach the follow issue? I have to create two pages. On one page I will have a small form where users will be able to register themselves (with or without photo). On ...
0
votes
1answer
387 views
Registration key
I want to get my single wordpress installation a closed community. Just people who know the registration key should be able to sign up. I already added some more fields to the registration form but I ...
0
votes
1answer
200 views
Adding extra info via GET while registeration in wordpress
i am trying to make a little referral sort of system for my site. so for that i settuped an extra parameter in the registeration url as :
...
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 ...
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
1k 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
...
0
votes
1answer
33 views
Structuring function with registration_errors hook
I created a plugin that adds a function to the registration process where the user info also gets added to an external db. The problem is that, when the function runs successfully i.e. user is able ...
0
votes
1answer
756 views
Get user info outside Wordpress
Not quite sure why this is happening, hopefully someone can help. I have a wordpress installation, lets say for arguments sake it's installed to http://www.example.com/wordpress. I have a file called ...
0
votes
2answers
1k views
Send automatic email to user after wp_create_user
So, here is some code I came up with -- It works, but now I need it to send the username and password it generated to that email address automatically ?? Also the first and last name isn't recording ...
0
votes
1answer
159 views
After e-junkie payment, send a http post to register user automatically?
I have the workflow thought out:
User pays for something on your site using e-junkie.
After payment, a http post ( with user email and name gets sent to a wordpress registration script ) and ...
0
votes
3answers
487 views
What is the fastest way to generate a unique id number when registering a user
I have a client who wants to register users and give them a unique ID number when they complete registration. (Kind of a member number sort of thing)
Can I just setup the WP member table to start id ...
0
votes
1answer
352 views
Advice on setting up a site with front end registration
I have been tasked with creating a site for a large audience, and many of the audience will require some sort of sign up. They may require certain account controls (visual things, like theme colours ...
