want to get the Customer password at the time of Registration
Is there any way we get the customer password but not hashed! I am trying this way but not getting <?php namespace VendorCustomerObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use PsrLogLoggerInterface; class LogPassword implements ObserverInterface { protected $logger; public function __construct( LoggerInterface… Read More »want to get the Customer password at the time of Registration