Skip to main content
0 votes
1 answer
379 views

I have Symfony 6.4 app and wanted to add user login for my new entity SuperUser. I've followed the documentation exactly, and the logging in is successful, but when I visit another page or get ...
Matys333's user avatar
0 votes
1 answer
200 views

During an update from Symfony 4 to 6, I ran into a problem with the security component. When trying to access a route after I successfully log in via the HTTP auth under this firewall: security.yaml: ...
Matys333's user avatar
0 votes
1 answer
88 views

Every time a user sends a reset resetting/request with email or username I need to refresh the token how to refresh the token I need to generate a new token (which sends to email). What configuration ...
Dev Git's user avatar
3 votes
0 answers
1k views

I have an old project written in Symfony 3.4 where I used FOSUserBundle for authenticating users. Recently I started to upgrade the project to Symfony 6 - quite a long journey where I actually created ...
Razvan Achihaitei's user avatar
0 votes
0 answers
62 views

I'm having a trouble with a legacy Symfony application: The application has been deployed 2 years ago. The application was working perfectly until two days ago. Now, every user that try log in get ...
Jose A. Matarán's user avatar
0 votes
1 answer
314 views

My initial problem is this error: Too few arguments to function FOS\UserBundle\Controller\ResettingController::__construct(), 0 passed in /var/www/project/vendor/symfony/symfony/src/Symfony/Component/...
Jjanin's user avatar
  • 1
0 votes
1 answer
97 views

There is A LOT of similar quesions, some of them have validated answers, but here I am and none of them worked. My use case is pretty simple: My users App\Client\common\Entities\User belong to a ...
tbarbot's user avatar
  • 267
1 vote
0 answers
514 views

I tried to install symfony 4.4 instead. after the installation, I tried to install sonata user bundle and got this error: The child node "db_driver" at path "fos_user" must be ...
Zsen's user avatar
  • 21
0 votes
1 answer
109 views

After creating a user I want to make functionality to update email/ canonical email of the other accounts. I'm trying to update using: $user = $this->fosUserManager->findUserBy(["id" =&...
Daniel Camilleri's user avatar
0 votes
1 answer
1k views

I have installed the Sonata User Bundle using the instructions. The process of loading user fixtures and clearing the cache work fine, but once I try to access an area requiring authentication in the ...
Mayor of the Plattenbaus's user avatar
-1 votes
2 answers
2k views

I removed FosUserBundle and develop my own User module. Since then i have this error that popsup when i try to serialize the session. $session->set($this->sessionKey, serialize($token)); EDIT 1 ...
Chopchop's user avatar
  • 2,959
-1 votes
1 answer
166 views

I inherited a Symfony 3 application that appears to have a good, working installation of FOSUserBundle. However, when I try to inject @security.context into a service in order to retrieve the logged-...
Mayor of the Plattenbaus's user avatar
0 votes
0 answers
101 views

I have been creating a web application using Symfony(FosUsersBundle) & Angular, when the user types false login informations, even when the user not enabled I always the the same response: {code: ...
Naruto Uzumaki's user avatar
0 votes
0 answers
160 views

I'm new in symfony and tried to implement a auth service that allows me to register+login+getting the logged in user for my angular app. the login worked like a charm, got the token and connected ...
Dave1995's user avatar
1 vote
2 answers
1k views

I'm working on a legacy project with a lot of ancient staffs. There're huge numbers of actions which are used really rare. Half a year ago we upgraded from Symfony 2.8 to Symfony 4.4. All worked ...
Serhii Popov's user avatar
  • 3,814

15 30 50 per page
1
2 3 4 5
174