How to extend UserPasswordFrom Authenticator?

Hello All,

I’m trying to extend the UserPasswordForm Authenticator by adding attributes to PasswordSecretData and adding some step for validating Password. I tried to follow the example Documentation but didn’t succeed.

Do you know how can I do that ?