Skip to content

Instantly share code, notes, and snippets.

@riscos
Created July 19, 2013 07:51
Show Gist options
  • Save riscos/6037449 to your computer and use it in GitHub Desktop.
Save riscos/6037449 to your computer and use it in GitHub Desktop.
TYPO3:
Flow:
persistence:
backendOptions:
host: '127.0.0.1'
dbname: 'flow_dev'
user: '****'
password: '****'
security:
enable: TRUE
authentication:
authenticationStrategy: anyToken
providers:
DefaultProvider:
provider: PersistedUsernamePasswordProvider
entryPoint: 'WebRedirect'
entryPointOptions:
routeValues:
'@package': 'VendorName.PackageName'
'@controller': 'Login'
'@action': 'login'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment