Skip to content

dator-zz/sfHttpAuthPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Installation

  1. Add this plugin to your project as Git submodules:

       $ git submodule add git://github.com/dator/sfHttpAuthPlugin.git plugins/sfHttpAuthPlugin
    
  2. Add this plugin to your ProjectConfiguration file:

     // config/ProjectConfiguration.class.php
     public function setup()
     {
         $this->enablePlugins(array(
             // ...
             'sfHttpAuthPlugin',
             // ...
         ));
     }
    
  3. edit your app.yml file

     // apps/frontend/config/app.yml
     all:
       auth:
         realm:      Password Required # The message
         username:   LOGIN # The password
         password:   PASSWD # The password
    

About

Http Authentification for Symfony 1.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages