File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ This module should be compatible to Magento EE - the tests run on mage-lite (cer
1313* CHANGE THIS!*
1414prefix: my_magento_store
1515
16+ ## Magento 1.9.4.4
17+ In 1.9.4.4 the password column of admin is changed to VARCHAR 255, which is too short for this module. I hope the coreHack.sql fixes this.
1618
1719## For Developers
1820
@@ -36,8 +38,6 @@ Thanks to Ivan Chepurnyi and the EcomDev team for writing EcomDev_PHPUnit: http
3638Thanks to Anthony Ferrara who built PHP-CryptLib and provides test vectors for pbkdf2 and sha512 (https://github.com/ircmaxell/PHP-CryptLib )
3739
3840##Attention!
39- Don't use it in production before testing! We can't accept any responsability for this code at the moment.
40-
4141This Module changes the password creation and validation of magento.
4242
4343## Parameter and Defaults
Original file line number Diff line number Diff line change 11# Ikonoshirt_Pbkdf2
22app/code/community/Ikonoshirt/Pbkdf2 app/code/community/Ikonoshirt/Pbkdf2
3- app/etc/modules/Ikonoshirt_Pbkdf2.xml app/etc/modules/Ikonoshirt_Pbkdf2.xml
3+ app/etc/modules/Ikonoshirt_Pbkdf2.xml app/etc/modules/Ikonoshirt_Pbkdf2.xml
4+
5+ app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.6.1.2-1.6.1.3.sql app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.6.1.2-1.6.1.3.sql
You can’t perform that action at this time.
0 commit comments