2017 © Pedro Peláez
 

symfony-bundle duallogin-wp-fos-bundle

Simultaneous login fosuserbundle and hypebeastwordpressbundle

image

rc/duallogin-wp-fos-bundle

Simultaneous login fosuserbundle and hypebeastwordpressbundle

  • Saturday, March 9, 2013
  • by rafaelcalleja
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DualLoginWPFOS

Con este plugin , cuando hagas login en el form de fosuserbundle automaticamente estaras logeado en el blog de wordpress, siempre que tanto usuarios de fos como usuarios de wp tengan las mismas credenciales user/pass, (*1)

Installation

Step 1: Installation

php composer.phar require --no-update rc/duallogin-wp-fos-bundle 
php composer.phar update rc/duallogin-wp-fos-bundle 

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*2)

``` php <?php // app/AppKernel.php, (*3)

public function registerBundles() { $bundles = array( // ..., (*4)

    new RC\DualLoginWPFOSBundle\RCDualLoginWPFOSBundle(),
);

} ```, (*5)

Configuration

The default configuration for the bundle looks like this:, (*6)

``` yaml, (*7)

app/config/security.yml

security: ... firewalls: secured_area: ... duallogin: true ..., (*8)

The Versions

09/03 2013

dev-master

9999999-dev https://github.com/rafaelcalleja/DualLoginWPFOS.git

Simultaneous login fosuserbundle and hypebeastwordpressbundle

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress authentication symfony2 bundle provider fos