All of the sudden in Firefox this plugin adds a dropdown with login accounts when you click the form. It’s pretty annoying.
]]>
Interested in knowing if you’ve abandoned your plugin. Thanks
]]>On multisite wordpress sites, the path for setcookie() is set as SITECOOKIEPATH.
This could cause serious issues in cases like below:
2 multisite websites with subdirectories
https://test.com/blog1/
with user1 as Admin, user2 as Editor
https://test.com/blog1/
with user1 as Editor, user2 as Admin
When I switch user in blog1 from user1 to user2, and the access blog2, I can access the blog as Admin.
This is because setcookie() path is not set as the multisite’s path.
Instead of SITECOOKIEPATH, for multisite with subdirectories, it is safer to use
$blog_details = get_blog_details();
$SITECOOKIEPATH = $blog_details->path;
I am using WPLMS Theme which recently switched to React JS and JSON Web Token (JWT) based login and the User Switching plugin isn’t working on it.
Do you have plans to support JWT?
Hi guys,
I am having some problems with the plugin.
1. The first is that the empty cart function doens’t seem to work anymore. Is there any way how to solve this?
2. The second is that from the roles that I am picking, it is automatically switching back to the role that is first in the alphabetical order. We are using a lot of custom user roles. One of them is starting with “Aa” which means this role is always able to use the switch function altought it shouldn’t..
I hope you can help me out.
Best regards,
Olga
Hey guys,
Awesome plugin! I am wanting to be able to display a message when “switched to” a secondary user. Not sure if I can just get the cookie and use that in an if statement that displays a message or something like that or if there is a function I can use that would be great too.
I know “switch too” does have a if statement that can check this, just wondering if there is one for this plugin as I love the quick switching.
Team members are not aware they are still switched so this would be amazing.
]]>Hi,
Is there a possibility to add meta data to an order when it is made by switching to someone elses account?
We would like to see if an order is placed by the person itself or (for example)by the shop manager.
Thank you in advance,
Olga
Hi,
is it possible to save the “switch to customer” link as a custom meta data to the user?
Thanks,
Olga
Hola gracias por tu maravilloso complemento, me encanta y nos a ayudado mucho a nuestra empresa soy venezolano migrante en Perú y me encargo de administrar una pagina para una empresa de distribución. Podrías poner la opción de que no se puedan entrar a ciertos usuarios específicos por favor, te lo agradeceríamos intensamente
]]>Hello,
I really enjoy your plugin and it works great.
I only have one problem. If i try to use the plugin in a tablet or phone i can’t click on it. The dropdown opens but when i press on anything it auto closes.
How can i fix that?
Thank you!
]]>Hi,
I gave the ability to my client who has a custom AdminLimited role to switch to user roles… but I wonder… Can he switch to my administrator role?
I don’t want him to switch to my role. Can we limit roles only to switch to roles below theirs? Or have an option to set up exceptions in front of the role we give the ability to switch?
Did you already made an exception for switching to administrators role?
thx
How can one disable this option for certain users?
Thanks
David
]]>Hi,
Love the plugin! One issue we have is that we login to many different users in a row. By default, the plugin requires us to logout of the old user (going back to the admin user) before logging into the next user. We tried to modify this behavior with this code:
add_filter ('wp_redirect', 'dscsa_wp_redirect');
function dscsa_wp_redirect($location) {
//If Admin is impersonating user and tries to impersonate a different user before logging out of old user, they will be redirected to old users page
//So we logout of that user first then redirect to that page again
if (is_impersonating() AND trying_to_impersonate_next_user()) {
//Destroy current impersonated session so that we go back to admin
wp_destroy_current_session();
wp_logout();
//Now that we are in admin we should be able to impersonate next user
return home_url('/wp-admin?impersonate='.$_GET[impersonate']);
}
}
But your plugin doesn’t seem to respect the programatic logout above, and we are just sent to the admin page. How best can we achieve this behavior?
]]>Hi,
Would it be possible to change the redirect page after the user switch?
Kind regards,
Olga
When i try to switch to another user from the admin account in the admin topbar, I get this error:
Fatal error: Call to undefined function is_plugin_active() in /home/serahlee/public_html/staging/wp/wp-content/plugins/fast-user-switching/fast-user-switching.php on line 684
May I know how to resolve this?
]]>Hi do you guys have any plans to add some can of function where you can check if a user is an impersonator and based on that show content, that will be really helpful to add maybe a logout button to the top of the site.
]]>Is there a way to allow ad-hoc pricing of a cart ONLY when impersonating another user? I am wondering if I can only enable ‘name your own price’ feature for woocommerce when impersonating another user.
]]>So far Fast User Switching has been amazing and saves me so much time. I’ve been using Ultimate Member and found that there’s a conflict whenever I try to switch users. Firstly when I switch to a specific user – it switches to the wrong one. Secondly, when I try to switch back or log out, I get to a an error page that’s url is
https://example.com/wp-login.php?action=logout&_wpnonce=cce5595606
With a message of
You are attempting to log out of [website]
Do you really want to log out?
Any idea why it would switch to the wrong user or why it would get to that url?
]]>In the search dropdown, the usernames are all transparent. I check the css and it shows
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
color: #b4b9be;
color: rgba(240,245,250,.7);
The first color is crossed out
]]>There’s a check role_can_impersonate() before drawing the menu, so the same check can be used to avoid loading scripts.
function tikemp_scripts(){
if( role_can_impersonate( ) ){
wp_enqueue_script('tikemp_search_scroll', plugins_url( '/js/jquery.nicescroll.min.js', __FILE__ ), array( 'jquery' ),'1.1',true);
wp_enqueue_script('tikemp_script', plugins_url( '/js/script.js', __FILE__ ), array( 'jquery','tikemp_search_scroll' ),'1.2',true);
}
}
]]>
Hi,
Just checking, is this plugin GDPR compliant?
Thanks for your help!
Hi Is it possible (with or without a modification) to allow a shop manager (or other role) to use this plugin? If a modification is necessary I would be willing to pay. Thanks.
]]>Works with multisite networks?
thank you
Mnz
]]>