Changeset 5000
- Timestamp:
- 09/08/07 00:16:33 (1 year ago)
- Files:
-
- plugins/sfGuardPlugin/README (modified) (1 diff)
- plugins/sfGuardPlugin/config/schema.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfGuardPlugin/README
r4999 r5000 332 332 * davedash: when displaying the signin form, if no referer is set for the user we default to the last page 333 333 * davedash: updated documentation regarding remember me cookie settings (closes #2148) 334 334 * davedash: default algorithm is now sha1 not \asha1\a (closes Ticket #2189) 335 335 === 1.1.10 === 336 336 plugins/sfGuardPlugin/config/schema.xml
r3995 r5000 37 37 <index-column name="username" /> 38 38 </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" /> 40 40 <column name="salt" type="VARCHAR" size="128" required="true" /> 41 41 <column name="password" type="VARCHAR" size="128" required="true" />