You have no items in your shopping cart.
Approve Customer Account - User Guide
Control customer account activationChapter 1: Functions and Features
This chapter will cover which functions and features are included in the extension and how they work.
1.1Approving / disapproving customer accounts
You can either approve / disapprove several accounts at once or you can approve / disapprove specific customer accounts one at the time. This chapter will cover both of these approaches.
In your Magento administration panel, navigate to Customers → Manage Customers in the top menu to access your customer records.
Please note the highlighted area in the image below. This column shows whether or not a customer has been approved.
To approve / disapprove several customers at once you first need to tick the checkbox on the left-hand side of each record that you would like to affect.
Then select the desired action from the multi-actions select box located at the top right-hand corner of the customer records list.
Finally click on the
button located directly to the right of the multi-actions select box. A popup will now appear where you will need to confirm that you want to perform the selected action by pressing the OK button at the bottom of the popup.
To approve a specific customer simply click on the desired customer record to edit it and then click on the
button at the top of the page.
To disapprove a specific customer again simply click on the desired customer record to edit it and then click on the
button at the top of the page.
1.2Redirecting & error messages
When a customer isn't yet approved they will be either redirected to a page of your choice or receive an error message when attempting to log in. Which one depends on what you have configured.
You can of course configure the extension to neither redirect your customers or display an error message to them if you so choose to. See chapter 2.4: Redirect Settings for more information.
By default the customer will be redirected to an internal CMS page called Account Awaiting Approval which comes with the extension.
This page should fit any theme and is of course 100% customizable. You can customize the page by navigating to CMS → Pages in the top menu and then click on the page in the list of pages there.
You can of course choose not the redirect your customers at all by disabling the redirect feature in the system configuration (see chapter 2.4: Redirect Settings for more information).
As stated earlier in this chapter you can choose to display an error message instead of redirecting your customers.
This message can of course be customized from the system configuration in your administration panel (see chapter 2.5: Error Message Settings for more information).
Please note that if redirecting is enabled the error message will be ignored even if it's enabled in the configuration.
1.3Modifying the approval email template
The Account Approval Email template is written in normal HTML / CSS code which matches the default email templates included in Magento and is therefore as easy to customize as any other email template in Magento.
The email template can be found here: app/locale/en_US/template/email/mageparts/confirmcustomer/account_approved.html
1.4Translating the extension to another language
This extension is translated using a normal locale file. In order to translate the extension you will need to copy the locale file to your desired locale directory and then modify it to translate the phrases accurately. Please follow the step-by-step approach below to translate the extension to your language.
1. Copy the file app/locale/en_US/MageParts_ConfirmCustomer.csv to your locale directory. In this example we will be using Swedish and so the file should be copied to app/locale/sv_SE/. Please note that this directory path is different for each language. The french locale directory path would for example be app/locale/fr_FR, the german app/locale/de_DE and so on.
2. Open the file you just copied for editing. Almost any text editor should work, for example Notepad (Windows) or TextEdit (MAC).
3. The translations are separated by rows, and on each row are two equal phrases which are separated by a comma (,). Please note that the phrases must be enclosed by quotes ("), otherwise the locale file won't work. The first phrase is used as a reference and should not be modified, the second phrase should be replaced by your translation, please see the example below.
Default locale file, without modifications
"General Settings","General Settings"
"Custom Redirect URL","Custom Redirect URL"
"Error Message","Error Message"
Translated locale file
"General Settings","Generella Inställningar"
"Custom Redirect URL","Egen URL för ompekning"
"Error Message","Felmeddelande"
4. After you have added the new locale file you will also need to refresh the cache in Magento's administration panel before the new translations take effect.
If you wish to change any of the english (default) translations you can of course do so by simply modifying the locale file app/locale/en_US/MageParts_ConfirmCustomer.csv.
2.4Redirect Settings
| Option | Description |
| Redirect Unapproved Customers | Whether or not to redirect unapproved customers when they attempt to log in. |
| Redirect to CMS Page | Internal CMS page to redirect unapproved customers to. |
| Use Custom Redirect URL | Whether or not to redirect customers to a custom URL instead of an internal CMS page. |
| Custom Redirect URL | Can be any URL you wish, internal or external. This URL will be ignored if the setting Use Custom Redirect URL is set to No. |
2.5Error Message Settings
Please note that if redirecting is enabled the error message will be ignored even if it's enabled.
2.6Admin Notification
These settings are used to configure the notification email which is sent out to the administrator(s) when a new customer has registered his / her account.
| Option | Description |
| Send Email Notification After Account Creation | This controls whether or not the notification email should be sent out. |
| Email Template | Template to use for the administrator notification email. |
| Email Sender | Sender identity of the administrator notification email. |
| Recipients | Email address(es) that should receive the notification, separated by comma (,). Example: info@mageparts.com,report@mageparts.com |










