Development

#1930 (Typo in security.yml)

You must first sign up to be able to contribute.

Ticket #1930 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Typo in security.yml

Reported by: nervo Assigned to: fabien
Priority: minor Milestone:
Component: sfGuardPlugin Version:
Keywords: sfGuardPlugin, security.yml Cc:
Qualification:

Description

In sfGuardPlugin (last version, 1.1.10), in the file \modules\sfGuardAuth\config\security.yml :

loginSuccess:
  is_secure: off

It should be :

login:
  is_secure: off

Change History

07/16/07 22:48:34 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [4635]) sfGuardPlugin: fixed typo in modules /sfGuardAuth/config/security.yml (closes #1930)