pd-user
pd-user copied to clipboard
Simple user management system for Symfony 5.
Platform: Symfony 4.4 composer require appaydin/pd-user PHP Fatal error: Declaration of Pd\UserBundle\Security\SwitchUserVoter::voteOnAttribute(string $attribute, $subject, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token) must be compatible with Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute($attribute, $subject, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token) in /mnt/sda/www/nts-synchronizer/vendor/appaydin/pd-user/Security/SwitchUserVoter.php on line 50 On...
Hi, Securitycontroller.php, row 279 ` $form = $this->createForm(ResettingPasswordType::class, $user); ` This can't be put in configuration file to use custom form. Thanks!
I Just try run this bundle in clear symfony 5.1 First I don't know why but vendor/appaydin/pd-user/Controller/SecurityController.php online 77 don't see my config and code get empty variable... but I...
Hi i gest it's me how deed not setup well, but i have probleme with email template. i have field all template and i still receive email empty? all my...
since projects use their system to send emails, it might be good to add the possibility of choosing "email adapter" regards
in the future do you plan to give this option : API rest ? Regard
after implement the installation, i get this error on my console with ending command: ``` php bin/console doctrine:schema:update --force ``` and get: ``` PDO::__construct(): The server requested authentication method unknown...
FOSuserbundle is turning out to be a headache. I am using it to integrate this Admin https://github.com/kevinpapst/AdminLTEBundle , how complete is pd-user compared to FOSUB, I think I would need...
does this bundle support multiple connections? is it possible to make a config like below # config/packages/user.yaml pd_user: default: user_class: App\Entity\User group_class: App\Entity\Group default_group: '' login_redirect: 'web_home' email_confirmation: true welcome_email:...