jreinke / magento-require-login

Magento extension to force customer authentication in frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Magento module for requiring user authentication in frontend

Magento Require Login

Installation

Magento CE 1.6.x, 1.7.x, 1.8.x

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone require-login https://github.com/jreinke/magento-require-login.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clear cache
  • Logout from admin then login again to access module configuration

Full overview available here.

Configure

  • Go to "System > Configuration > Bubble RequireLogin"
  • Enable "Require Login" option
  • Edit regular expression if needed (do not forget to add your IPN urls otherwhise payment transaction cannot be completed)

About

Magento extension to force customer authentication in frontend.


Languages

Language:PHP 100.0%