Download the PHP package cyve/password-manager-bundle without Composer
On this page you can find all versions of the php package cyve/password-manager-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cyve/password-manager-bundle
More information about cyve/password-manager-bundle
Files in cyve/password-manager-bundle
Package password-manager-bundle
Short Description Password management and recovery bundle for Symfony using login links
License MIT
Informations about the package password-manager-bundle
PasswordManagerBundle
Password management and recovery bundle for Symfony using login links.
Installation
Configuration
/!\ The login link contains a _target_path
query parameter to redirect the user to the /password/update
route after the login. If you change the name of the parameter in the security config, the Symfony default redirection rules will be applied.
Usage
Update a password
In a browser, go to /password/update
(require full authentication) and use the form to set a new password.
In a terminal, execute bin/console cyve:password:reset <username> <password>
Reset a password
In a browser, go to /password/request-login-link
and enter a user identifier. If the user exists, a notification email containing a login link will be sent to the user's email address. The user will be automatically redirected to the /passord/update
page after a successful login.
All versions of password-manager-bundle with dependencies
psr/log Version ^2.0|^3.0
symfony/console Version ^6.4|^7.0
symfony/form Version ^6.4|^7.0
symfony/framework-bundle Version ^6.4|^7.0
symfony/mailer Version ^6.4|^7.0
symfony/security-bundle Version ^6.4|^7.0
symfony/twig-bundle Version ^6.4|^7.0
symfony/validator Version ^6.4|^7.0
symfony/yaml Version ^6.4|^7.0
twig/cssinliner-extra Version ^3.0
twig/extra-bundle Version ^3.0
twig/inky-extra Version ^3.0