mdespeuilles/drupalpasswordencoderbundle
最新稳定版本:1.0.1
Composer 安装命令:
composer require mdespeuilles/drupalpasswordencoderbundle
包简介
Drupal 7 and 8 password encoder Bundle
README 文档
README
This bundle provide just a Drupal password encoder for Symfony 2/3. It will be very usefull if you want migrate an old Drupal 7 or 8 site to Symfony and keep the users password.
Installation
To install DrupalPasswordEncoderBundle with Composer just type in your terminal:
php composer.phar require mdespeuilles/drupalpasswordencoderbundle
Now update your AppKernel.php file, and
register the new bundle:
<?php // in AppKernel::registerBundles() $bundles = array( // ... new Mdespeuilles\DrupalPasswordEncoderBundle\MdespeuillesDrupalPasswordEncoderBundle(), // ... );
Usage
In your security.yml change the default encoders :
security: encoders: AppBundle\Entity\User: id: mdespeuilles_drupal_password_encoder ...
统计信息
- 总下载量: 30.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-08