Tagged Questions
0
votes
0answers
22 views
Error “registration is closed” [closed]
I got this error "registration is closed" in my website, the registration is open from admin control panel... It's also open from PhpMyAdmin wp_Option.Users_Can_Register.
I am using the "goodnews" ...
0
votes
1answer
44 views
Disable registration on certain condition
I have a certain condition in my code (if the user is visiting the page from a network range) and I can ask for this condition easily, let's say:
if ( $user_in_allowed_range)
What I want is to ...
0
votes
1answer
1k 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
1answer
55 views
How to force login after user browses for a few minutes or browses a few pages?
I want users to be redirected to a custom login/registration page after they've got a taste for the site, by time passing or/and browsing a few pages.
I found this code that forces users to login ...
0
votes
1answer
108 views
Registration and Login form
I am creating practice website in which i have "register Here" and "login" link on which I want to open a registration form on click of Register Here and Login Form on click of Login.
How can I do ...
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
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 ...
0
votes
1answer
798 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 ...
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 ...
0
votes
2answers
336 views
Keep Logged in Users out of Admin Panel
So I'm creating user registration. Just simply <?php wp_register(); ?> but then it gives them a link to the admin panel, which in my situation they really don't need. How do I remove the "Site ...
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 ...
1
vote
1answer
107 views
By registering always make uppercase the first letter of the login
When a New User to register on my site ...
I would like that in your login, the first letter always be capitalized. ( uppercase letter )
Forcibly.
Does anyone have any idea how to do this?
1
vote
1answer
418 views
User management system similar to wordpress one?
I am in very big need of a user management system just like the one that wordpress uses but without being blog related. I need to be able to manage users and apply certain privileges depending on user ...
1
vote
1answer
367 views
Registration Hooks don't appear to be working
I am trying to hook in to automatically sign-in the user after registration. (using a GravityForms registration form).
None of the hooks seem to be working. I've tried: gform_user_registered, ...
0
votes
1answer
1k views
How do I add Login fields and registration link to the header?
I want to have a login username and password field in the header, and a registration link beside it. I want the registration link to go away once the user is logged in and the login fields to be ...
3
votes
1answer
3k 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 ...
-2
votes
1answer
153 views
Click on banner to register to the blog
Hi to all I would like to add a "premium" section to my wordpress blog and I would like to force users to click on a banner before being allowed to register to my blog, any step 2 step idea on how to ...
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'] ?
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 ...