PHPackages                             sherlockode/user-confirmation-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. sherlockode/user-confirmation-bundle

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

sherlockode/user-confirmation-bundle
====================================

Symfony Bundle for the confirmation process of a user registration

v1.0.0(2mo ago)13.5kMITPHPPHP ^7.4|^8.0CI failing

Since Feb 21Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/sherlockode/user-confirmation-bundle)[ Packagist](https://packagist.org/packages/sherlockode/user-confirmation-bundle)[ Docs](https://github.com/sherlockode/user-confirmation-bundle)[ RSS](/packages/sherlockode-user-confirmation-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (10)Versions (18)Used By (0)

SherlockodeUserConfirmationBundle
=================================

[](#sherlockodeuserconfirmationbundle)

The SherlockodeUserConfirmationBundle provides a way to create a user account that will stay disabled until the user visits a confirmation link sent by email and sets a password.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 7.\* and FOSUserBundle

Installation
------------

[](#installation)

### Step 1: Install SherlockodeUserConfirmationBundle

[](#step-1-install-sherlockodeuserconfirmationbundle)

Install with [Composer](https://getcomposer.org/):

```
$ composer require sherlockode/user-confirmation-bundle
```

Enable the bundle in the Symfony kernel:

```
