Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
login password in parameters.yml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
adou600 committed Oct 18, 2012
1 parent f9ef4aa commit b3ca979
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ app/logs/*
vendor/
app/bootstrap.php.cache
app/app.sqlite
app/config/parameters.dist

web/config.php
app/SymfonyRequirements.php
app/check.php
.idea/*

/bin/
/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ parameters:
database_name: null
database_user: null
database_password: null
editor_password: dummy
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ security:
my_memory_provider:
memory:
users:
editor: { password: dummy, roles: 'ROLE_EDITOR' }
editor: { password: %editor_password%, roles: 'ROLE_EDITOR' }

encoders:
Symfony\Component\Security\Core\User\User: plaintext

0 comments on commit b3ca979

Please sign in to comment.