Tagged Questions
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
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 ...
1
vote
0answers
96 views
Two different registraton forms for buddypress
I have to different user types on my buddypress site, athletes and coaches. Is their any way to have two different registration forms on buddypress?
The ultimate solution would be to have a dropdown ...
1
vote
0answers
117 views
Passing the page ID to a login php script
I'm trying to create a simple registration process which goes like this,
A visitor clicks on a link (which is viewable only after entering
some information such as name, email, phone etc.)
This ...