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
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\Player
resetting:
template: ApiBundle:Reset:resetting.html.twig
user:
entity:
class: PanelBundle\Entity\User
resetting:
template: PanelBundle:Reset:resetting.html.twig
The text was updated successfully, but these errors were encountered: