-
Add this plugin to your project as Git submodules:
$ git submodule add git://github.com/dator/sfHttpAuthPlugin.git plugins/sfHttpAuthPlugin -
Add this plugin to your ProjectConfiguration file:
// config/ProjectConfiguration.class.php public function setup() { $this->enablePlugins(array( // ... 'sfHttpAuthPlugin', // ... )); } -
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
-
Notifications
You must be signed in to change notification settings - Fork 0
dator-zz/sfHttpAuthPlugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Http Authentification for Symfony 1.4
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published