Tagged Questions
-2
votes
0answers
26 views
Social WordPress login without plugin [closed]
My pet peeve with using plugins in general is that they tend to be helpful to people who are not developers, but just want to extend WordPress' functions. As a developer I keep a close eye on my ...
0
votes
3answers
66 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 ...
1
vote
1answer
246 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
235 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
1answer
103 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
vote
0answers
434 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
426 views
Is there any good tutorial to write custom login, registration and password recovery forms?
I like to have login and password recovery managed by my own forms and embed them into my theme.
I'm using the well written Jeff Farthing's plugin "Theme My Login" on some of my projects. But I would ...
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
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 ...
1
vote
1answer
973 views
What plugin(s) are best for this User registration task?
I have a site with user registration and I have a few specific qualifications that I must fulfill.
The login/registration area should be on its own page within the template using a custom page ...
-1
votes
1answer
379 views
make a login system for site visitors
down vote favorite
share [fb] share [tw]
I want to make a content driven site, where people can register for an account, and then have the ability to submit content/articles that they write to the ...
1
vote
1answer
919 views
Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?
Would it be possible to create a wp user by signin up with Facebook connect? (And through Twitter app, and eventually other major social networks? Facebook is most important, then Twitter, the rest ...
0
votes
2answers
378 views
Wordpress and Magento: let Wordpress manage user registration and logins?
I need to integrate Magento and Wordpress for a corporate website.
There will be other functionalities in the website that will require a login (ie forum, helpdesk and maybe others...) which I would ...