The user-registration tag has no wiki summary.
-5
votes
1answer
282 views
What does this PHP function code mean? [closed]
Can someone please help me to understand each part of this code? Can you comment every line so I can understand and custom the code accordind to my purpose. Here is the link in pastebin:
class ...
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 ...
1
vote
1answer
831 views
How to check username availability with ajax at registration
I'm using buddypress which uses its own template form register.php for registration at http://mysite.com/register. I'm looking for a way to show the user whether or not their entered username is ...
1
vote
1answer
879 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 ...
3
votes
2answers
794 views
Insert “New User” and update/set meta data at once
The wordpress function wp_insert_user doesn't seem to set (overwrite) the input I give. (documentation shows you can't)
Trying to use: wp_insert_user using the returned userID also doesn't work.
...
1
vote
2answers
318 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 ...
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 ...
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
...
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 ...