Skip to main content

Questions tagged [login]

Refers to the act of gaining access to a WordPress site, as well as the WordPress account itself.

0 votes
1 answer
128 views

Wordpress change role from administrator to author by itself (automatically)

do anybody know this kind of phenomenon? I do not have any user managing plugins installed in my WP, but after some interaction e.g. editing pages or creating postings (its not matter) WP changes for ...
RestAPPDev's user avatar
1 vote
1 answer
25 views

login_enqueue_scripts changes are not reflecting

I tried adding a custom CSS for my wp-login page and login forms within my website using the login_enqueue_scripts hook. My issue is that my changes don't initially reflect on the front end. But the ...
Nalin Vyas's user avatar
0 votes
0 answers
11 views

How to modify username before logging in?

I know a solution exists for Wordpress admin from this Stack Exchange question: Change username before login However, while this works for logging into Wordpress directly, I am trying to use it for ...
Harish Prabhakar's user avatar
0 votes
0 answers
18 views

change Dashboard default page on login

I found almost the same question here - Remove dashboard, use Pages tab as default and I tried to implement it for my own needs and couldn't get it to work. I am doing a hotel site and I am making a ...
Will Bode's user avatar
0 votes
0 answers
27 views

Stop redirect page after wrong password

I use Divi Elegant Themes with Pop ups for Divi and Divi login module. When user on my online store use wrong password site is refreshed and pop window was closed. Message about “wrong password” is ...
Vladimír's user avatar
0 votes
0 answers
80 views

Unable to correctly logout after changed wp-login.php

I've followed a guide on internet that suggested how to change the wp-login.php page to something custom by modifing the wp-login.php file itself and by renaming it. I've copied the wp-login.php ...
OHICT's user avatar
  • 133
0 votes
0 answers
37 views

Wordpress EC2 Security Practices

I started working for a client about 3 months ago. They have wordpress running on EC2 instance and no security/monitoring at all. We have about 8 users and 3 active. Recently 2 users reported some ...
user20719's user avatar
  • 101
0 votes
1 answer
248 views

wp-login - unable to redirect user to a custom login url

I have this code in a template file that will contain my vue app that I want to load in WordPress. <?php /* * Template name: App */ ob_start(); get_header(); if( is_user_logged_in() ) { ?> ...
OHICT's user avatar
  • 133
0 votes
0 answers
37 views

Restricting access to non logged in users

im trying to create a user flow where, when a non-logged-in user tries to access my website, I want them to see an entry page with links to the login and registration pages, but I don't want them to ...
onlyoreoo's user avatar
0 votes
0 answers
109 views

Why am I getting the login screen in wp-admin->Appearance->Customize?

I have a fresh install of WP multisite. When I go to wp-admin->Appearance->Customize I keep getting this login screen. It won't help if I enter username and password, it just says "please ...
Steven's user avatar
  • 2,610
0 votes
1 answer
23 views

Can't access wordpress mgt dashboard until propogation finished?

So recently i changed the URL on wordpress and got the white blank page error (which i haven't fixed yet despite following the below link). Is it normal that until propagation finishes i won't be able ...
Fit_Not_Quit's user avatar
0 votes
0 answers
599 views

Replace the "wp-admin" in the URL with "xyz-admin" in WordPress dashboard

I want to replace the "wp-admin" in my URL with "xyz-admin" all across my dashboard after a user logs in. I know that there are some plugins that could help, but those plugins only ...
Programming Geek's user avatar
0 votes
1 answer
97 views

wp_login_form display no styled form

I've created a custom template for a custom theme, I need to show the vue app that will manage the front end only to logged users. I've used this code inside my functions.php file and it's supposed ...
OHICT's user avatar
  • 133
0 votes
1 answer
200 views

Why is redirect_to parameter not passed to login form in wp-login.php?

I'm trying to build a simple link to include in an email that would take the user to the WP login form, and from there to the destination post. This should be as simple as making the link href be ...
eljefejb's user avatar
  • 641
0 votes
0 answers
54 views

I'm trying to register with AJAX

I have tried this add_action( 'wp_ajax_custome_ajax_email_check', 'custome_ajax_email_check' ); add_action('wp_ajax_nopriv_custome_ajax_email_check', 'custome_ajax_email_check'); function ...
Chandan Sayed's user avatar

15 30 50 per page