<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Magento Enterprise 1.x &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/magento-enterprise-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Fri, 23 Sep 2016 20:15:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to get low stock product notifications in Magento?</title>
		<link>https://www.techawaken.com/stock-product-notifications-magento/</link>
				<comments>https://www.techawaken.com/stock-product-notifications-magento/#comments</comments>
				<pubDate>Mon, 15 Feb 2016 13:57:37 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Inventory]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Stock]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=742</guid>
				<description><![CDATA[<p>Magento provides RSS feed for low inventory alerts. Lets us discuss how to subscribe to the feed.</p>
<p>First we need to set up the inventory level of a product at which it will be considered as low stock.
    <ol>
        <li>Login to admin and navigate to System >> Configuration</li>
         <li>Scroll down to the Catalog tab and click the Inventory section to open it. Now expand the 'Product Stock Options' section.</li>
         <li>Set Manage Stock as 'Yes' and add a value for 'Notify for Quantity Below', save the configuration. Note that you do not set 'Notify for Quantity Below' as 0 as it disables the RSS feed.</li>
    </ol>
</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/find-position-product-magento-category/" rel="bookmark" title="How to find the position of a product in a Magento category">How to find the position of a product in a Magento category </a></li>
<li><a href="https://www.techawaken.com/change-default-sorting-product-listing-page-magento/" rel="bookmark" title="How to change the default sorting on product listing page in Magento?">How to change the default sorting on product listing page in Magento? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/stock-product-notifications-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>How to display the CMS static blocks on a page in Magento</title>
		<link>https://www.techawaken.com/display-cms-static-blocks-page-magento/</link>
				<comments>https://www.techawaken.com/display-cms-static-blocks-page-magento/#respond</comments>
				<pubDate>Sun, 20 Dec 2015 11:56:13 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMS Static Block]]></category>
		<category><![CDATA[Layout Update]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=728</guid>
				<description><![CDATA[<p>In Magento you can create CMS static block from Admin by following the path: <strong><em>Admin >> CMS >> Static Blocks.</em></strong></p>

<p>Lets see how we can display them on the frontend.</p>

<p><strong>1. Using Layout updates</strong></p>
<p>You can add layout updates in local.xml file for a page as shown below:</p>

<pre>

&#60;reference name=&#34;right&#34;&#62;
     &#60;block type=&#34;cms/block&#34; name=&#34;your_block_name&#34; before=&#34;-&#34;&#62;
         &#60;action method=&#34;setBlockId&#34;&#62;
             &#60;block_id&#62;your_block_identifier&#60;/block_id&#62;
         &#60;/action&#62;
     &#60;/block&#62;
&#60;/reference&#62;

</pre>



<p>You can enter these layout updates in Magento admin also - Categories, Products, CMS Pages provide a field for "Custom Layout Update".</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
<li><a href="https://www.techawaken.com/display-sub-categories-category-page/" rel="bookmark" title="How to display sub-categories on a Category Page">How to display sub-categories on a Category Page </a></li>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/display-cms-static-blocks-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to find the position of a product in a Magento category</title>
		<link>https://www.techawaken.com/find-position-product-magento-category/</link>
				<comments>https://www.techawaken.com/find-position-product-magento-category/#respond</comments>
				<pubDate>Fri, 11 Dec 2015 18:41:18 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Position]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=727</guid>
				<description><![CDATA[<p>In Magento you can set the position of the products in a category from Magento admin by following the path <em>Admin &#62;&#62; Catalog &#62;&#62; Categories &#62;&#62; Manage Categories &#62;&#62; Edit a category &#62;&#62; Set the position of the products in the "<strong>Category Products</strong>" tab</em>.<p>
<p>
Let see how we can find the position of a product on the product detail page:
</p>
<pre>

$catId = Mage::registry('current_product')-&#62;getCategoryId();
$category = Mage::getModel('catalog/category')-&#62;load($catId);
$productPositions = Mage::getResourceModel('catalog/category')-&#62;getProductsPosition($category); // This returns all product ids with their position
echo $productPositions[$_product-&#62;getId()]; //Print the product postion

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/changing-position-text-default-sort-by-dropdown-product-listing-page-magento/" rel="bookmark" title="Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento">Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento </a></li>
<li><a href="https://www.techawaken.com/display-sub-categories-category-page/" rel="bookmark" title="How to display sub-categories on a Category Page">How to display sub-categories on a Category Page </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/find-position-product-magento-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to set data in Magento Layout Update XML to make it available for use in templates</title>
		<link>https://www.techawaken.com/set-data-magento-layout-update-xml-templates/</link>
				<comments>https://www.techawaken.com/set-data-magento-layout-update-xml-templates/#respond</comments>
				<pubDate>Tue, 08 Dec 2015 11:59:06 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[local.xml]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=716</guid>
				<description><![CDATA[<p>If you need to set data in a block so that you can use it in the block view file then you can do it in the <em>layout xml</em> files or in Magento admin using the <em>Layout Update XML/Custom Layout Update XML</em> field.</p>
<p>Suppose you want to differentiate a category based on a variable <em>"category_type"</em>, if the value of <em>"category_type"</em> is <em>"sale"</em> then you will display category image else not on the category landing page.</p>
<p>Navigate to <em>Admin >> Catalog >> Categories >> Manage Categories</em>. Click on the category that you want to mark as a <em>"sale"</em> category to edit it. We assume that <em>"Is Anchor"</em> is set as <em>"Yes"</em> for the category in the <em>"Display Settings"</em> tab.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/move-js-file-includes-footer-magento/" rel="bookmark" title="How to move the JS file includes to footer in Magento">How to move the JS file includes to footer in Magento </a></li>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
<li><a href="https://www.techawaken.com/display-sub-categories-category-page/" rel="bookmark" title="How to display sub-categories on a Category Page">How to display sub-categories on a Category Page </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/set-data-magento-layout-update-xml-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Magento Enterprise Edition vs Magento Community Edition &#8211; Which one to use?</title>
		<link>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/</link>
				<comments>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/#respond</comments>
				<pubDate>Wed, 25 Nov 2015 17:55:33 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=720</guid>
				<description><![CDATA[<p><strong>Magento</strong> is one of the most popular <em><strong>Open Source e-commerce software</strong></em>. It was initially released in <em>March 31, 2008</em> by <em>Varien Inc.</em> It is a PHP based software, uses Zend Framework and the proprietary "Varien" libraray.</p>
<p><strong>Magento is a free as well as a paid software</strong> - How? It depends upon which Magento verision you are using - <em><strong>Magento Community Edition (CE)</strong></em> or the <em><strong>Magento Enterprise Edition (EE)</strong></em>. But now the question comes - Why will I pay if I can get it for free? The answer is <em>"Great things come for a fee"</em>. Actuallay <em>Magneto CE</em> is as good as <em>Magento EE</em>. It all depends on you needs, business size and how much are you ready to invest.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
<li><a href="https://www.techawaken.com/changing-position-text-default-sort-by-dropdown-product-listing-page-magento/" rel="bookmark" title="Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento">Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to display sub-categories on a Category Page</title>
		<link>https://www.techawaken.com/display-sub-categories-category-page/</link>
				<comments>https://www.techawaken.com/display-sub-categories-category-page/#comments</comments>
				<pubDate>Thu, 19 Nov 2015 18:42:47 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Sub-Category]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=713</guid>
				<description><![CDATA[<p>In one of my project we had a two level category hierarchy. Clicking on the top level category displayed a promotional banner and the sub-categories. The second level category page displayed the products. In this post we will discuss how we can display the subcategories on a category page. We are not going to create any new module.<p>
<p><strong><span style="text-decoration: underline;">STEP 1:</span> Create a PHTML file</strong></p>
<p>First we create a phtml file <em>{{MAGENTO_ROOT}}\app\design\frontend\rwd\mytheme\template\catalog\category\subcategories.phtml</em></p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/move-js-file-includes-footer-magento/" rel="bookmark" title="How to move the JS file includes to footer in Magento">How to move the JS file includes to footer in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/display-sub-categories-category-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>How to move the JS file includes to footer in Magento</title>
		<link>https://www.techawaken.com/move-js-file-includes-footer-magento/</link>
				<comments>https://www.techawaken.com/move-js-file-includes-footer-magento/#respond</comments>
				<pubDate>Sat, 14 Nov 2015 19:07:06 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Optimize]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=717</guid>
				<description><![CDATA[<p>In order to reduce the initial load time of page, it is recommended to move all the <strong>JS</strong> includes in the <strong>&#60;head&#62;</strong> section of web page to the footer. Lets see how we can do it in Magento.</p>
<p><strong><span style="text-decoration: underline;">Step 1:</span> Add Layout Updates</strong></p>
<p>Create a child block of <strong>"before_body_end"</strong> named <strong>"foot"</strong> similar to the head block in <strong><em>local.xml</em></strong> file as shown below:</p>
<pre>

&#60;?xml version=&#34;1.0&#34; ?&#62;
&#60;layout version=&#34;0.1.0&#34;&#62;
&#60;default&#62;
&#60;reference name=&#34;before_body_end&#34;&#62;
&#60;block type=&#34;page/html_head&#34; name=&#34;foot&#34; as=&#34;foot&#34; after=&#34;-&#34; template=&#34;page/html/foot.phtml&#34;/&#62;
&#60;/reference&#62;
&#60;/default&#62;
&#60;/layout&#62;

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
<li><a href="https://www.techawaken.com/disable-admin-notification-popup-window-magento/" rel="bookmark" title="How to disable admin notification popup window in Magento?">How to disable admin notification popup window in Magento? </a></li>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/move-js-file-includes-footer-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to display products from a category in a CMS static block</title>
		<link>https://www.techawaken.com/display-products-category-cms-static-block/</link>
				<comments>https://www.techawaken.com/display-products-category-cms-static-block/#respond</comments>
				<pubDate>Mon, 09 Nov 2015 20:56:01 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[CMS Static Block]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Products Listing]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=712</guid>
				<description><![CDATA[<p>There might have been a situation when you would have created a special category like "Sale Products" or "Featured Products"... and you had wanted to display products from these categories on some page like Home Pages using the CMS static block.<p>

<p>In order to achieve this you may create a CMS static block and add the following segment of code:</p>

<pre>

{{block type="catalog/product_list" name="product_list" category_id="2" column_count="4" template="catalog/product/list.phtml" }}

</pre>



<p>This will display the products listing page as a block on the page.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/add-1000-products-magento-admin-category-management-interface/" rel="bookmark" title="Cannot add more than 1000 products using Magento admin category management interface">Cannot add more than 1000 products using Magento admin category management interface </a></li>
<li><a href="https://www.techawaken.com/changing-position-text-default-sort-by-dropdown-product-listing-page-magento/" rel="bookmark" title="Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento">Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/display-products-category-cms-static-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to remove breadcrumb from a page in Magento</title>
		<link>https://www.techawaken.com/remove-breadcrumb-page-magento/</link>
				<comments>https://www.techawaken.com/remove-breadcrumb-page-magento/#respond</comments>
				<pubDate>Sat, 24 Oct 2015 19:04:05 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Breadcrumb]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=714</guid>
				<description><![CDATA[<p>If you have a requirement to remove breadcrumb from certain pages say the Magento CMS Pages then you can simply follow the 2 steps:</p>
<p><strong><span style="text-decoration: underline;">Step 1</span>Create a "local.xml" file in your custom theme layout folder</strong></p>
<p>Add the following content to the local.xml file</p>

<pre>

&#60;?xml version=&#34;1.0&#34; ?&#62;
&#60;layout version=&#34;0.1.0&#34;&#62;
    &#60;cms_page translate=&#34;label&#34;&#62;
        &#60;reference name=&#34;root&#34;&#62;
           &#60;remove name=&#34;breadcrumbs&#34;/&#62;
        &#60;/reference&#62;
    &#60;/cms_page&#62;
&#60;/layout&#62;

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
<li><a href="https://www.techawaken.com/overwrite-system-xml-file-magento/" rel="bookmark" title="How to overwrite system.xml file in Magento">How to overwrite system.xml file in Magento </a></li>
<li><a href="https://www.techawaken.com/remove-index-php-url-magento/" rel="bookmark" title="How to remove index.php from url in magento?">How to remove index.php from url in magento? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/remove-breadcrumb-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it?</title>
		<link>https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/</link>
				<comments>https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/#respond</comments>
				<pubDate>Sun, 04 May 2014 18:37:57 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Locked]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=506</guid>
				<description><![CDATA[In Magento Enterprise Edition a security feature has been implemented which allows you to set the number of failed login attempts after which your account will get locked.

To make these security setting go to <strong> Admin &#62;&#62; System &#62; Configuration</strong>, click the <strong>Admin tab</strong> in the left column, and select the <strong>Security section</strong>.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/login-admin-entering-correct-username-password/" rel="bookmark" title="Cannot login in admin even after entering the correct username and password">Cannot login in admin even after entering the correct username and password </a></li>
<li><a href="https://www.techawaken.com/disable-admin-notification-popup-window-magento/" rel="bookmark" title="How to disable admin notification popup window in Magento?">How to disable admin notification popup window in Magento? </a></li>
<li><a href="https://www.techawaken.com/magento-serve-css-files-system-file-paths-urls/" rel="bookmark" title="Magento trying serve CSS files using the system file paths instead of URLs">Magento trying serve CSS files using the system file paths instead of URLs </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
