The user-registration tag has no wiki summary.
0
votes
2answers
226 views
How to enable user registration for specific country and disable registration from all other countries?
is their any method to enable user registration for specific country like only people from USA can register and all other users coming from other countries redirect to to a specific page showing them ...
0
votes
2answers
420 views
Can email address be used as user name?
Is it possible to do something to WP so that I'm able to use the e-mail address as username?
I do not want to download a plugin for this.
0
votes
1answer
93 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 ...
0
votes
2answers
373 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 ...
1
vote
1answer
2k views
Email confirmation on registration
I have set up the registration form using this chunk of code:
wp_create_user($username, $password, $email);
Note that i have did all kinds of validation before use this code. The registration is ...
1
vote
1answer
430 views
Data sanitization for user registration and user login
What kinds of data sanitization I have to do if I make a front end login and registration system for wordpress users?
For login function wp_signon() should I escape the data for
possible sql ...
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 ...
0
votes
1answer
119 views
Wikipedia - CMS
I am working on Wordpress - Blogging Application.
Like Wikipedia or Livejournal .. How to allow a registered users in my Web-Blog site to write their blogs or contents ?
If i need to write any blogs ...
1
vote
3answers
8k views
add custom field in user register form
In my WordPress based site, I want to add a custom field (e.g. type of user - employee, investor) in the user registration form in the admin side, without editing the core file. Can anyone please ...
-1
votes
4answers
1k views
wordpress - user registration ( signup registration )
I am working on a blogging website ..!
I need to create Signup Registration and allow multiple users to blog on our website.
i.e ) Website will blogged by myself and also allows any registered ...