Skip to content

ResettingController calls a method which doesn't exists #1626

Closed
@recon

Description

@recon

In sendEmailAction::sendEmailAction there is a

$this->getParameter('fos_user.resetting.token_ttl')

which will cause

Attempted to call method "getParameter" on class "FOS\UserBundle\Controller\ResettingController"

View line

Shouldn't it use the container?

$this->container->getParameter('fos_user.resetting.token_ttl')

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