diglin / Diglin_Username

Magento 1.x Username Module to support username in the customer account
http://www.magentocommerce.com/magento-connect/username-support-login-register-checkout-by-diglin.html
Open Software License 3.0
34 stars 21 forks source link
magento magento-1 magento1

Diglin Username

Magento module which allows your customers to use a username and not only the email address as identifier

Features

Installation

Via Magento Connect

Via modman

Via composer

{
    ...
    "require": {
        "diglin/diglin_username":"*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}

Manually

Documentation

Important

Uninstall

The module install some data and changes in your database. Deinstalling the module will make some trouble cause of those data. You will need to remove those information by following the procedure below.

Via MageTrashApp

An additional module called MageTrashApp has been installed with this module to help you to uninstall this module in a clean way. If it is not installed, please install it from MageTrashApp If it is installed, go to your backend menu System > Configuration > Advanced > MageTrashApp, then click on the tab "Extension Installed", select the drop down option "Uninstall" of the module Diglin_Username and press "Save Config" button to uninstall If you use this module, you don't need to make any queries in your database as explained below in case of manually uninstallation.

Via Magento Connect or manually

DELETE FROM eav_attribute WHERE attribute_code LIKE '%username%'; ALTER TABLE sales_flat_quote DROP COLUMN 'customer_username'; ALTER TABLE sales_flat_order DROP COLUMN 'customer_username';

Author

Change Log