sylvainraye

Username Support - Login | Register | Checkout - by Diglin

  • Popularity Score 1250 Popularity Score

    Popularity ScoreReferrals to Site/Downloads

    0 0 1+ 1+ 250+ 250+ 1000+ 1000+ 10000+ 10000+

Create and login to an account thanks to a username AND email address. Allow to disable an account.
Compatible with:
This extension is currently unavailable on Magento Connect. Please contact the developer.

You will be re-directed to the developer's website to complete your purchase.

You must be registered and logged in to get extension key.
In order to get this extension, you must be logged in to the Magento Community. Click here to login or register.
In order to get this extension, you must have active Magento Go Store. Click here to create Go store.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

FREE
Previous Next
Overview

Username Support - Login | Register | Checkout - by Diglin

Do not hesitate to fork this project and share your changes via GitHub

Features

  • Login with a username, it can be done from frontend during checkout or getting access to the customer account
  • Save a username from frontend (register account or checkout process) or from backend by editing a customer account
  • Check that the username doesn't already exists
  • Allow you to deactivate temporary customer account from Customer Management page (bonus functionality from version > Magento 1.4.x). The user will be blocked if the option in the customer backend is set to no.
  • The default template override some customer and checkout views to adapt display for login pages, checkout process and account edition in frontend. If you have a customized template, please check the layout file username.xml and compare with your template to use or adapt to your situation.
  • When you have already customers in your system and you do a first install of this plugin, a username will be generated for each customer based on a part of his email and a unique id. (e.g. email address is "developer@localhost.com" -> username is "developer1235467")
  • Configurable options to define what kind of username to support: only letters, only digits, both or default (digits, letters and special characters '-_')
  • Configurable options to set the maximum and minium string length
  • Display Username of each customer in the Customer Management Grid
  • Allow or not the customer to edit the username in My Account
  • Compatible Magento version >=1.4.2 until 1.7.x

Documentation

  • Please, configure the module go to the backend and follow the menu System > Configuration > Diglin > Username
  • You can put the username into your email template, you can put the following string {{var customer.username}} in the email templates: account_new.html and account_new_confirmation.html
  • You can also add into your email templates (for the customer emails), the following code to display the username: {{var customer.username}}
  • If you have a 404 error page, try to login/logout and go back to the configuration page. Or save again the Administrator role in System > Permissions > Role
  • IMPORTANT NOTE: check if you want to have the customer account global or per website, see in System > Configuration > Customers > Customer Configuration > Account Sharing Options

    If set to "Per website", the username will be unique per website

    If set to "Global", the username will be unique for the whole website

    It's important to know if you create account from the backend, check which Website where you want to save the account

Important

If you have an important quantity of customers in your database, please try this module on a development environment first. All old customers will get a random username. The process may be long during the installation.

Deinstall

If you want to deinstall this module, use the deinstall process of the Magento Connect Backend page view of your Magento installation. Then get access to your database and do the followings queries:

Do the following sql query in your database after to have done a backup, please check the table name with your database: 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';

Donation

Invite me for a drink (thank you for your donation):

Release Notes

Create and login to an account thanks to a username AND email address. Allow to disable an account from backend. The user will be blocked if the option in the customer backend is set to no

2012-01-24 12:06:29
  • Version number: 1.1.1
  • Stability: Stable
  • Compatibility: 1.4.2, 1.5, 1.6
You must be registered and logged in to get extension key.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

This module allows you to: - login with a username, it can be done from frontend during checkout or getting access to the customer account - save a username from frontend (register account or checkout process) or from backend by editing a customer account - check that the username doesn't already exists - deactivate temporary customer account from Customer Management page (bonus functionnality). The user will be blocked if the option in the customer backend is set to no. - The default template override some customer and checkout views to adapt display for login pages, checkout process and account edition in frontend. If you have a customized template, please check the layout file username.xml and compare with your template to use or adapt to your situation. Compatible Magento version >= 1.4.2

Create and login to an account thanks to a username AND email address. Allow to disable an account from backend. The user will be blocked if the option in the customer backend is set to no

2012-01-24 12:06:09
  • Version number: 1.1.0
  • Stability: Stable
  • Compatibility: 1.4.2, 1.5, 1.6
You must be registered and logged in to get extension key.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

This module allows you to: - login with a username, it can be done from frontend during checkout or getting access to the customer account - save a username from frontend (register account or checkout process) or from backend by editing a customer account - check that the username doesn't already exists - deactivate temporary customer account from Customer Management page (bonus functionnality). The user will be blocked if the option in the customer backend is set to no. - The default template override some customer and checkout views to adapt display for login pages, checkout process and account edition in frontend. If you have a customized template, please check the layout file username.xml and compare with your template to use or adapt to your situation. Compatible Magento version >= 1.4.2
Reviews

About the Developer

This extension was developed by and is supported by sylvainraye

Username Support - Login | Register | Checkout - by Diglin 4 5 16 16
WMD Login check Thanks for this extensions. But I have a problem in admin panel. When I want to change settings WMD Login Check it give an errors. Fatal error: Call to a member function toOptionArray() on a non-object in /home/sgtdecor/public_html/bayi/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php on line 399 May 10, 2013
Great! Great add-on for my magento 1.7.0.1. very easy for installation and works stable. Just one question. I have also installed MagPleasure's guest book add-on by which customers can post threads directly on the website. It will also display guests' na#es Since every guest now has a userna#e, I am wondering if only userna#es while not their real na#es shown? It seems the following command is used for display customer's na#e in guest book add-on /app/design/frontend/default/template/guestbook/comments/form#phtm <div class="comment-form-field"> <label title="<?php echo $this->__#'Na#e'# ?>" for="na#e_field"<?php if #$this->htmlEscape#$this->getFormData##->getNa#e## ? $this->getFormData##->getNa#e## : $this->getCustomerNa#e####: ?> st#le="display: none;"<?php endif; ?>> <?php echo $this->__#'Na#e'# ?> <span class="mp-required"><?php echo $this->__#"#required#"#; ?></span> </label> <div class="comment-form-input"> <input type="text" na#e="na#e" id="na#e_field" title="<?php echo $this->__#'Na#e'# ?>" class="required-entry" value="<?php echo $this->htmlEscape#$this->getFormData##->getName## ? $this->getFormData##->getName## : $this->getCustomerName### ?>" /> </div> </div> April 2, 2013
Under: System &gt; Configuration &gt; Diglin &gt; Username I get a "404 Page Not Found" when trying to set options. Magento ver. 1.7.0.2 September 10, 2012
Hello from Germany nice extension but it did not work together with Market Ready Germany. Error: Emailadress is not correct We can not login if Market Ready Germany is installed. Otherwise we can. Did you have a solution for us? Regards Christian August 29, 2012
Hello Sir, Thanks a lot for your quick help. Sir, my requirement is I want to add custom field Mobile Number in Registration, Login and Billing Pages. So I installed your extension and i renamed Username label to Mobile Number. for validation I set 1)Input Validation : Digits only 2)max no. : 11 3)min no. :10 Upto this everything is fine but sir problem is validation text displaying like: "Username" length must be equal or greater than 10 characters. But instead of Username I want to show "Mobile Number" length must be equal or greater than 10 Digits. Actually i want to show everywhere "Mobile Number" instead of "Username" in Backend and also in Frontend. Please sir i need your kind help...Waiting for your reply.. August 7, 2012
hello sir, Thanks a lot for your extension...it is great.. I installed ur extension..but i want to accept mobile number instead of Username so i change label from Username to Mobile number... I m facing problem in validation because validation errors still showing Username label i want change these errors as per my requirement. Where i will find it or how i can do this...please help me in this regard. August 7, 2012
So far it works in 1.7..... Just can't edit the min length as the admin menu does not work. Any help would be great as I only want 4 char long July 11, 2012
I installed this extension on Magento 1.6.2. I imported my customers successfully with all usernames, and a lot of user use their email as username. However, when I tried to check out, at Billing Address section, there is a red *required field above continue, when I press continue, there is a window pop up, "Username is invalid! Only letters, digits and '_-' values are accepted." Please let me know how I can fix this. Thanks. July 4, 2012
Hi, Now that I have left a number of posts I thought I would actually write a review. I was desperate for username integration in magento because I integrate my store heavily with Joomla, which is username based. I came across diglin username and am very happy with the way it seemlessely integrates into Magento as if it was part of core. The developer has done a stellar job and must be commended for his efforts especially when offering such a great extension free of charge. It's quite rare to find. Also for those of you that would like to add the username variable to new account emails use {{var customer.username}} when adding a new transaction email template. June 3, 2012
Cool! Works perfectly fine. May 5, 2012
2 next>>
Q&A
Get Help

Support for This Extension

The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.

Magento Platform Support

If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.

In order to upload extension, you must be logged in to the Magento Community. Click here to login or register.

Close

Register

* Required Fields

Close window

Forgot Your Password?

Please enter your email below and we'll send you a new password.

* Required Fields

Close window

Login

To upload extension you must be logged in.

* Required Fields

Forgot Password?

New User? Register

Close window

You are using an outdated browser

We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.