Skip to content

Commit 5b2b28a

Browse files
committed
Hopefully fixes #31
1 parent 3fe73d0 commit 5b2b28a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This module should be compatible to Magento EE - the tests run on mage-lite (cer
1313
*CHANGE THIS!*
1414
prefix: 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
3638
Thanks 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-
4141
This Module changes the password creation and validation of magento.
4242

4343
## Parameter and Defaults

modman

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Ikonoshirt_Pbkdf2
22
app/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

0 commit comments

Comments
 (0)