install/schemas/upgrade/1.1.5-1.1.6-mysql.sql
author Dan
Sun, 11 Jan 2009 21:35:03 -0500
changeset 807 34e8bf0f25e1
parent 801 eb8b23f11744
child 831 45e887f23282
permissions -rw-r--r--
Special:Administration: fixed 404 on several Tigra tree menu images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
801
eb8b23f11744 Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
Dan
parents:
diff changeset
     1
ALTER TABLE users ADD COLUMN password_salt varchar(40) NOT NULL DEFAULT '';
eb8b23f11744 Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
Dan
parents:
diff changeset
     2