2017 © Pedro Peláez
 

symfony-bundle drupalpasswordencoderbundle

Drupal 7 and 8 password encoder Bundle

image

mdespeuilles/drupalpasswordencoderbundle

Drupal 7 and 8 password encoder Bundle

  • Saturday, April 8, 2017
  • by mdespeuilles
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DrupalPasswordEncoderBundle

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., (*1)

Installation

To install DrupalPasswordEncoderBundle with Composer just type in your terminal:, (*2)

php composer.phar require mdespeuilles/drupalpasswordencoderbundle

Now update your AppKernel.php file, and register the new bundle:, (*3)

<?php

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Mdespeuilles\DrupalPasswordEncoderBundle\MdespeuillesDrupalPasswordEncoderBundle(),
    // ...
);

Usage

In your security.yml change the default encoders :, (*4)


security: encoders: AppBundle\Entity\User: id: mdespeuilles_drupal_password_encoder ...

The Versions

08/04 2017

dev-master

9999999-dev

Drupal 7 and 8 password encoder Bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

drupal password security bundle

08/04 2017

1.0.1

1.0.1.0

Drupal 7 and 8 password encoder Bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

drupal password security bundle

08/04 2017

1.0.0

1.0.0.0

Drupal 7 and 8 password encoder Bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

drupal password security bundle