PHPackages                             inem0o/user-password-lost-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. inem0o/user-password-lost-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

inem0o/user-password-lost-bundle
================================

A user password recovery bundle for Symfony3

1.0.5(3y ago)02531MITPHPPHP &gt;=7.2CI failing

Since Nov 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/iNem0o/UserPasswordLostBundle)[ Packagist](https://packagist.org/packages/inem0o/user-password-lost-bundle)[ Docs](https://paradise.inem0o.fr:65253/inem0o/UserPasswordLostBundle)[ RSS](/packages/inem0o-user-password-lost-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

Installation
============

[](#installation)

> **NOTE:** The bundle is compatible with Symfony `3.0` upwards.

1 . Download this bundle to your project first. The preferred way to do it is to use [Composer](https://getcomposer.org/) package manager:

```
"require": {
    "inem0o/user-password-lost-bundle": "dev-master"
}
```

2 . Configure kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new inem0o\UserPasswordLostBundle\UserPasswordLostBundle(),
        // ...
    );
}
```

3 . Configure bundle :

```
# app/config/config.yml
  user_password_lost:
      user_repo_name: "AppBundle:User"
      user_email_column_name: "email"

      email_from: "contact@site.net"

      route_to_redirect_on_failure: "homepage"
      route_to_redirect_on_success: "login"

      display_success_flashbag: true

      forms:
            constraints:
                    - {form_name: form_password_request, field: user_email, class: Symfony\Component\Validator\Constraints\NotBlank, params: {message: 'Email field cannot be blank'}}
```

4 . Configure routes :

```
# app/config/routing.yml
user_password_lost:
  resource: "@UserPasswordLostBundle/Resources/config/routing.yml"
  prefix:   /
```

4 . Override templates :

```
Copy all templates from

./vendor/inem0o/user-password-lost-bundle/inem0o/UserPasswordLostBundle/Resources/views/*

into the folder

./app/Resources/UserPasswordLostBundle/views

```

5 . Override translations :

```
Copy all translation files from

./vendor/inem0o/user-password-lost-bundle/inem0o/UserPasswordLostBundle/Resources/translations/userPasswordLostBundle.*.xliff

into the folder

./app/Resources/translations/userPasswordLostBundle.*.xliff

```

Events
------

[](#events)

The UserPasswordLostBundle dispatches an event when the reset has been successful : `inem0o.userpasswordlostbundle.successful_reset`The event contains the user who requested a new password, accessible with a `$event->getUser()` getter. You have to register a listener in order to catch it.

Example : (Considering you named your event **PasswordResetSuccessListener** and your callback method **onSuccessfulReset**)

```
# src/Acme/AppBundle/Resources/config/services.yml
acme.user.reset_password_success.listener:
        class: Acme\AppBundle\EventListener\PasswordResetSuccessListener
        tags:
          - { name: kernel.event_listener, event: inem0o.userpasswordlostbundle.successful_reset, method: onSuccessfulReset }
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~428 days

Recently: every ~521 days

Total

6

Last Release

1366d ago

PHP version history (3 changes)v1.0PHP &gt;=7

1.0.4PHP &gt;=7.1

1.0.5PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1144755?v=4)[Léo](/maintainers/iNem0o)[@iNem0o](https://github.com/iNem0o)

---

Top Contributors

[![cymo-tgillet](https://avatars.githubusercontent.com/u/2579903?v=4)](https://github.com/cymo-tgillet "cymo-tgillet (5 commits)")[![iNem0o](https://avatars.githubusercontent.com/u/1144755?v=4)](https://github.com/iNem0o "iNem0o (2 commits)")

---

Tags

symfony

### Embed Badge

![Health badge](/badges/inem0o-user-password-lost-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/inem0o-user-password-lost-bundle/health.svg)](https://phpackages.com/packages/inem0o-user-password-lost-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M526](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
