On: https://documentation.concretecms.org/9-x/developers/security/security-overview#heading-1
Under “To protect against this we can use a token: “
The code snip should change FROM:
<?=Core::make('token')->generate('perform_change_password');?>TO:
<?=Core::make('token')->**[u]output[/u]**('perform_change_password');?>Thanks