Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[2.1][Security] Fixed typo + some enhancement#2349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 4 commits intosymfony:2.1fromlyrixx:patch-ref-sercu
Mar 30, 2013
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
[Security] Used more explicit name
  • Loading branch information
@lyrixx
lyrixx committedMar 26, 2013
commitbbfb24e7382eceb6a79e20f89068bf40c6b2cfd6
24 changes: 13 additions & 11 deletionsreference/configuration/security.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,26 +62,28 @@ Each part will be explained in the next section.
providers: # Required
# Examples:
memory:
name:memory
name: my_in_memory_provider
users:
foo:
password:foo
roles:ROLE_USER
password: foo
roles: ROLE_USER
bar:
password: bar
roles: [ROLE_USER, ROLE_ADMIN]
entity:
password: bar
roles: [ROLE_USER, ROLE_ADMIN]

my_entity_provider:
entity:
class:SecurityBundle:User
property:username
class: SecurityBundle:User
property: username

# Example custom provider
some_custom_provider:
my_some_custom_provider:
id: ~

# Chain some providers
chain:
providers: [ entity, memory ]
my_chain_provider:
chain:
providers: [ my_in_memory_provider, my_entity_provider ]

firewalls: # Required
# Examples:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp