Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Resetting service per user type #157

@vasilistz

Description

@vasilistz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions