Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8496119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:45:49+00:00 2026-06-10T23:45:49+00:00

I have a system, that has 2 roles (admins and users). Authentication made using

  • 0

I have a system, that has 2 roles (admins and users). Authentication made using Security Symfony2 component. Admin doesn’t know user password. But he should be able to login into the system as user. I have a grid with all users and want to add buttons like “Login as this user”. How can I make it?

I have tried, but no prfit:

$userRepo = $this->getDoctrine()->getRepository('FrameFoxBackEndBundle:User');
$this->get('security.context')->getToken()->setUser($userRepo->find(1));
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:45:51+00:00Added an answer on June 10, 2026 at 11:45 pm

    I use this code :

    // use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
    $entity = $userRepo->find(1);
    
    // Authentication
    // create the authentication token
    $token = new UsernamePasswordToken(
        $entity,
        null,
        'user_db',
        $entity->getRoles());
    // give it to the security context
    $this->container->get('security.context')->setToken($token);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a system that have 3 roles of user (doctor,patient,admin) and patient user
I’m writing an CI application that has to have authentication and preferably different roles
I have A WCF service that has a class that inherits System.Web.Security.RoleProvider. In this
I have a system in production that has several servers in several roles. I
Imagine that users can have one or more roles in the system. after login
We have a system that has some Bash scripts running besides Java code. Since
I have a system that has many components interacting with each other. It occured
I have a messaging system (very basic) that has a table like this: **MESSAGE_ID**
I have a system of comments, and each comment has a button that normally
We have a system that runs in IIS. The system should always run using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.