Download the PHP package jbrada/module-well-known-change-password without Composer

On this page you can find all versions of the php package jbrada/module-well-known-change-password. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-well-known-change-password

JBrada - Well-Known Change Password Magento 2 Module

Code Analysis Tests

Overview

The JBrada_WellKnownChangePassword module implements the .well-known/change-password standard for Magento 2. This allows password managers to easily locate and redirect users to the correct URL when they wish to change their password.

While there are multiple ways to achieve this functionality, such as adding custom URL rewrites in Magento or configuring the webserver, this method directly integrates it within Magento itself. By doing so, the URL is permanently tied into Magento, eliminating the need for further configuration or maintenance.

The module creates a well-known URL /.well-known/change-password that redirects to the Magento customer edit page, where users can manage their account and update their password.

Installation

To install the module via composer, run the following command:

Enable the module in Magento:

Usage

Once installed, the module automatically exposes the /.well-known/change-password URL on your Magento site. When visited, this URL will redirect to the customer password change page where users can manage their password.

Example

If your Magento store URL is https://example.com, visiting:

will redirect to:

Tools Implementing This Standard

This standard is already supported by a number of tools, including:

License

This module is licensed under MIT license. Please refer to the LICENSE.md file for more information.

Note on Testing

This repository utilizes ExtDN's GitHub Actions for Magento 2 to run tests in GitHub Actions.

About

This project is created by Jiří Brada and is a non-profit initiative to support the Magento community.

Have feedback? I'd love to hear from you.

Connect with me on LinkedIn or visit my website.


All versions of module-well-known-change-password with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
magento/framework Version ^103.0
magento/module-store Version ^101.1
psr/log Version ^1.0.1 || ^2.0 || ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jbrada/module-well-known-change-password contains the following files

Loading the files please wait ....