Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resetting service per user type #157

Open
vasilistz opened this issue Mar 20, 2018 · 0 comments
Open

Resetting service per user type #157

vasilistz opened this issue Mar 20, 2018 · 0 comments

Comments

@vasilistz
Copy link

vasilistz commented Mar 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant