Allows administrators to change customer passwords directly from the customer edit page in the admin panel. Includes a command-line interface for password updates.
No Errors in Security & Compliance
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
This extension is adjusting the Cookie SameSite attribute issue since Chrome 80.
Disables customer registration on the frontend. Removes the registration link and form, useful for B2B stores that manage customer accounts internally.
Validates customer addresses during checkout in Magento 2. Requires PHP 8.1+ and Magento 2.4.6+.
Disables Content Security Policy (CSP) in Magento 2. Simplifies disabling CSP for shops where it's not required.
Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
This 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.
Adds nonces to inline scripts in PHTML templates to comply with Content Security Policy (CSP) directives. Allows whitelisting blocks via layout XML or DI plugin.
Disables Content Security Policy (CSP) enforcement during checkout. Bypasses CSP restrictions introduced in the 2024-06-11 security update without fully disabling the CSP module.
Allows managing Content Security Policy (CSP) whitelists via the Magento admin panel. Enables control over allowed resources for various CSP directives.