Development

Changeset 5000

You must first sign up to be able to contribute.

Changeset 5000

Show
Ignore:
Timestamp:
09/08/07 00:16:33 (1 year ago)
Author:
davedash
Message:

sfGuardPlugin: default algorithm is now sha1 not \asha1\a (closes Ticket #2189)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfGuardPlugin/README

    r4999 r5000  
    332332 * davedash: when displaying the signin form, if no referer is set for the user we default to the last page 
    333333 * davedash: updated documentation regarding remember me cookie settings (closes #2148) 
    334   
     334 * davedash: default algorithm is now sha1 not \asha1\a (closes Ticket #2189) 
    335335=== 1.1.10 === 
    336336 
  • plugins/sfGuardPlugin/config/schema.xml

    r3995 r5000  
    3737      <index-column name="username" /> 
    3838    </index> 
    39     <column name="algorithm" type="VARCHAR" size="128" required="true" default="\asha1\a" /> 
     39    <column name="algorithm" type="VARCHAR" size="128" required="true" default="sha1" /> 
    4040    <column name="salt" type="VARCHAR" size="128" required="true" /> 
    4141    <column name="password" type="VARCHAR" size="128" required="true" />