Tagged Questions
0
votes
3answers
50 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
121 views
Wordpress error on log out 'Not Permitted' and can't log out
I've got a weird situation whereby I sometimes can't log in as clicking on a link (or going directly) to /wp-login.php shows me a blank page with the words 'Not Permitted'.
If I go to the ...
1
vote
1answer
37 views
How can I add a custom script to footer of login page?
I need to add this:
<script>
jQuery(window).load(function() {
...
0
votes
1answer
25 views
Replace dash with space in username on login
All my users have usernames that follow this pattern: firstname-lastname (with a dash between them).
However, I would like to allow them to login to WP (multisite) with a space instead of a dash.
...
0
votes
2answers
37 views
Is there anyway to get the inputted password string from the login form?
Is there anyway to get the password string from the login form?
0
votes
0answers
61 views
wp-login/admin redirects to different dash
I'm having a problem with cloning wordpress and trying to login to the new one. I've searched the wordpress support pages but couldn't find a fix.
I have a client who wants a website exactly like ...
1
vote
1answer
75 views
Autologin only working the second time
I want to auto-login visitors to WP through email links. I use a "userid" parameter with their email and a "redirect_to" one to know where to point them. There are some protected areas in the site, ...
0
votes
1answer
184 views
Properly customizing login/register form
I'm working on a customized login form for WordPress. I noticed that it's pretty difficult to achieve what I wanted.
Here's the HTML of the form:
<form method="post" action="<?php ...
1
vote
1answer
185 views
Redirect wp-login
I have a custom page called owner-login that has a wp_login_form()
How can I disable wp-login.php so that:
when a user writes wp-admin/ it will redirect him to the owner-login (if not logged)
when ...
1
vote
3answers
674 views
Custom login form
I am very new to WordPress. I am trying to display a login form in the header section of my website. However, when I look at all of the files in my directory it is very overwhelming and I am afraid to ...
0
votes
1answer
140 views
send users logging in from wp-login.php directly to home page of site, rather than dashboard
I am currently using a plugin called Sidebar Login which allows users to bypass the dashboard and go directly to the site. However, when users login via /wp-login.php (e.g. when they click on their ...
0
votes
2answers
65 views
Positioning the “Lost your password?” and “← Back to Site”
I'd like to customize the log-in page for my WordPress theme and although I can play around with the CSS, I would love to re-position the "Lost your password?" and "← Back to Site" links to be inside ...
0
votes
1answer
46 views
Alert Message through email or phone(Message)
Hi all I am newbie I need to know how to alert email or message while attempt login if success or if failure .That alert mail describe that login IP and date and time .
Is it possible to do this ...
1
vote
1answer
230 views
replace wp-login.php login forms via a hook & use custom forms with wp-login form validation
I am customizing all the wp-login.php forms, i.e., login, lost password, register, etc.
I have a working model but when I decoded to toss in the default error messages on my custom forms I thought ...
1
vote
1answer
1k views
Custom Login and Registration form in Ajax
How to create the custom login/Registration form using AJAX.
0
votes
1answer
60 views
Showing A Menu When Only Users Are Logged In [duplicate]
Possible Duplicate:
How to Use the Function is_user_logged_in To Display Different Menus?
I wish to create a log in page, that displays like an extended menu for example (the people who ...
0
votes
1answer
660 views
Making the wordpress login form a jQuery dropdown
I'm using a plugin called sidebar-login to display a wordpress login form (it uses wp_login_form) in my sidebar. However, I feel like it the actual form (textboxes and labels) take up too much space ...
0
votes
1answer
64 views
Allow access to a page for admins only
I need to know how to make a page template in WordPress that can only be accessed by admins. How could I apply it to the following template?
<?php /*
Template Name: Agency Area
*/
?>
<?php ...
4
votes
3answers
258 views
How do I change the language of only the login page?
My wordpress blog is set up as de_DE.
This means that my login page is also displayed in de_DE.
I would like to only have the login page in en_US.
So, How would I programmatically change a single ...
1
vote
2answers
397 views
deny IPs from wp-login using .htaccess
i am trying to ban a spam bot IP from my wordpress, since the "limit login attempts" extension mails me multiple times every day, that the same IP is trying to login. so i added the following to the ...
0
votes
1answer
212 views
Show errormessages on wrong username/password on custom loginform?
I use this simple HTML loginform in my sidebar. Does anyone have any clever way to make it show the errormessages when you type in wrong password or username?
<form action="<?php echo ...
1
vote
2answers
186 views
Using /wp-admin works, using /login gives a 404. Why?
I just did a manual install and tried to login, but was unable to do so using domain.com/login. I got a 404 error. When I used domain.com/wp-admin, no issues. Did I do something wrong or forget to do ...
1
vote
2answers
169 views
Wordpress Login Footer URL
I want to change the url of the Wordpress 'Back to XXXX' on the wordpress url.
I've used this function to change the logo url, but there doesnt seem to be a footerurl reference.
add_filter( ...
0
votes
2answers
922 views
Prevent wp_login_form() from redirecting to wp-admin when there are errors
I have made a login form on the front-end of my site using wp_login_form(). However, when the user types in an incorrect username/password they are redirected to the wp-admin login form.
How can you ...
0
votes
2answers
1k views
Login and Forgot password in Lightbox
How do i get Wordpress Login & Forgot password forms in one light-box which can then be displayed inside pages where the user has to be logged in to see the content?
Can i just copy some of the ...
0
votes
4answers
125 views
Moving from one host to another - cannot access the dashboard
I'm having a problem with my WordPress installation. I'm trying to move it from one host to another (switching hosting providers for my sites). I was following the instructions given here, and ...
0
votes
2answers
227 views
Temporally disable password to login with empty password?
Does someone knows what part of wordpress code would I have to modify to be able to just enter into the admin panel without having to login?
I need to work on a site but I wont have admin access ...
0
votes
1answer
123 views
How are all users now set to inactive?
My client, while working on his WP blog yesterday, was doing some cleanup and claims he just removed an unused admin account. The next time he went to login, the login page rejected his account saying ...
0
votes
1answer
167 views
Forcing frontend login with UI switch
Is there a way to force log-in even for viewing a WordPress blog that the blog's owner can turn on and off by themselves?
I can hardcode it in the template's header.php like so:
if ( ...
1
vote
1answer
418 views
Action wp_login_failed not working if only one field is filled out
I created a login form in the frontend with wp_login_form().
In my functions.php file I added an action to prevent the redirect to /wp-login.php if the login failed with
...
