Hello,
I am trying to get the cleartext password in a hook on saveReady in an autoload module. But I get the already hashed value of the password:
Session: pass: L1/CERxHKqXJCJkogk89O48b4bMnsqW
What I have
protected $templates = ["user", "server"];
public function init() {
$this-...