ericthehacker/magento-phpnativepasswords

View on GitHub
app/etc/modules/Ew_NativePasswords.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<config>
    <modules>
        <EW_NativePasswords>
            <active>true</active>
            <codePool>community</codePool>
            <depends>
                <Mage_Adminhtml/>
                <Mage_Admin/>
                <Mage_Customer/>
            </depends>
        </EW_NativePasswords>
    </modules>
</config>