Coder Social home page Coder Social logo

magento2-disable-customer-registration's People

Contributors

brosenberger avatar juhanihaapala avatar lbajsarowicz avatar rosenberger-e-conomix avatar salgua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-disable-customer-registration's Issues

The composer package is behind the git repo

The composer package has support of php 7.1 while the git package supports php 7.2. This makes it not possible to install the module via composer with php 7.2 installed.

Release a version

Hello,
Thanks for sharing the module.
How about releasing the 1st version so when installing via composer the git files won't be downloaded also?
Itay

Composer install broken on Magento 2.2

  Problem 1
    - Installation request for deved/magento2-disable-customer-registration dev-master -> satisfiable by deved/magento2-disable-customer-registration[dev-master].
    - Conclusion: remove magento/framework 101.0.1
    - Conclusion: don't install magento/framework 101.0.1
    - deved/magento2-disable-customer-registration dev-master requires magento/framework ~100.0 -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.1.0, 100.0.10, 100.0.11, 100.1.1, 100.0.12, 100.1.2, 100.1.3, 100.0.13, 100.1.4, 100.0.14, 100.1.5, 100.0.15, 100.1.6, 100.1.7, 100.0.16, 100.0.17, 100.1.8, 100.1.9, 100.0.18, 100.0.19, 100.1.10].
    - Can only install one of: magento/framework[101.0.1, 100.0.2].
    - Can only install one of: magento/framework[101.0.1, 100.0.3].
    - Can only install one of: magento/framework[101.0.1, 100.0.4].
    - Can only install one of: magento/framework[101.0.1, 100.0.5].
    - Can only install one of: magento/framework[101.0.1, 100.0.6].
    - Can only install one of: magento/framework[101.0.1, 100.0.7].
    - Can only install one of: magento/framework[101.0.1, 100.0.8].
    - Can only install one of: magento/framework[101.0.1, 100.0.9].
    - Can only install one of: magento/framework[101.0.1, 100.1.0].
    - Can only install one of: magento/framework[101.0.1, 100.0.10].
    - Can only install one of: magento/framework[101.0.1, 100.0.11].
    - Can only install one of: magento/framework[101.0.1, 100.1.1].
    - Can only install one of: magento/framework[101.0.1, 100.0.12].
    - Can only install one of: magento/framework[101.0.1, 100.1.2].
    - Can only install one of: magento/framework[101.0.1, 100.1.3].
    - Can only install one of: magento/framework[101.0.1, 100.0.13].
    - Can only install one of: magento/framework[101.0.1, 100.1.4].
    - Can only install one of: magento/framework[101.0.1, 100.0.14].
    - Can only install one of: magento/framework[101.0.1, 100.1.5].
    - Can only install one of: magento/framework[101.0.1, 100.0.15].
    - Can only install one of: magento/framework[101.0.1, 100.1.6].
    - Can only install one of: magento/framework[101.0.1, 100.1.7].
    - Can only install one of: magento/framework[101.0.1, 100.0.16].
    - Can only install one of: magento/framework[101.0.1, 100.0.17].
    - Can only install one of: magento/framework[101.0.1, 100.1.8].
    - Can only install one of: magento/framework[101.0.1, 100.1.9].
    - Can only install one of: magento/framework[101.0.1, 100.0.18].
    - Can only install one of: magento/framework[101.0.1, 100.0.19].
    - Can only install one of: magento/framework[101.0.1, 100.1.10].
    - Installation request for magento/framework (locked at 101.0.1) -> satisfiable by magento/framework[101.0.1].


Installation failed, reverting ./composer.json to its original content.

Seems it works with 2.2, please update requirements.

Error in Extension Manager after installing via composer

Hello!

Thank you for this extension! Exactly what I was looking for, however when using the Extension Manager in the Web Setup Wizard I receive the following error:

Command "show" failed: Failed to clone the [email protected]:deved-it/magento2-disable-customer-registration.git repository, try running in interactive mode so that you can enter your GitHub credentials

[RuntimeException] Failed to execute git clone --mirror '[email protected]:deved-it/magento2-disable-customer-registration.git' '/home/passionh/public_html/var/composer_home/cache/vcs/git-github.com-deved-it-magento2-disable-customer-registration.git/' show [--all] [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [-t|--tree] [-l|--latest] [-o|--outdated] [-m|--minor-only] [-D|--direct] [--strict] [-f|--format FORMAT] [--] [<package>] [<version>]

Tried this solution but it hasn't worked either:

composer config --global github-oauth.github.com <TOKEN>

Any ideas? First time using composer to install from github so my problem solving is not great with this.

Checkout as a new customer from cart popup not disabled

Hi,

Magento 2.4.6 Luma

Thanks for the plugin but Checkout as a new customer from the cart popup is not removed although the "Create Account" button takes you to login but I'd like to remove this prompt?

image

UPDATE: I removed the html from my themes copy of vendor/magento/module-customer/view/frontend/web/template/authentication-popup.html

image

Thanks

Richard

Fatal error: Allowed memory size during install

Hi!
I get:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4096 bytes) in phar:///opt/cpanel/composer/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
when I run the command "composer require deved/magento2-disable-customer-registration"

As I am new to Magento 2.x, I may be asking a naive question, so apologies in advance.

ConnDublin

how to disable customer login also

I want to show only products for display.
There will be not add to cart,checkout,customers,orders.
This will be for phase1.Once after live i need to enable those functionalities for phase2.

Magento 2.2.10

Hi I've installed the module as instructed, upgraded the store, compiled the code and flushed the caches but still can't see the option to disable registration under Configuration -> Settings -> Stores -> Customers -> Customer Configuration

I'm using Magento 2.2.10 with php 7.1.33, but I can't see any error on the logs.

Put it on packagist.org

can you register the module on packagist.org for easier installation?

If you need assistance, I can help you :) But it's easy...

Will not install on Magento 2.4.7

This module will not install using composer under Magento 2.4.7. A composer error regarding mismatched version and stability pops up and exits the installation process.

Version bump

2.1.6 still has 2.1.5 in the composer file. Not sure what happens on the packagist side, but I tried adding it by github directly and that didn't work either, possibly because the version numbers seem the same anyway.

Also, please add PHP 8.1.1 or 8.1.X

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.