You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Hello , i am using PUGXMultiUserBundle in my project, in which i have 2 types of Users,
Players and Users. I need a way to reset the password of Players and Users with a different template for each type.
Is this possible with PUGXMultiUserBundle ?
I tried this configuration but it's not working
Hello , i am using PUGXMultiUserBundle in my project, in which i have 2 types of Users,
Players and Users. I need a way to reset the password of Players and Users with a different template for each type.
Is this possible with PUGXMultiUserBundle ?
I tried this configuration but it's not working
pugx_multi_user:users:player:entity:class: ApiBundle\Entity\Playerresetting:template: ApiBundle:Reset:resetting.html.twiguser:entity:class: PanelBundle\Entity\Userresetting:template: PanelBundle:Reset:resetting.html.twig