PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Add password repeat option to the password field

Open leogout opened this issue 6 years ago • 1 comments

Maybe adding something like:

{
        'type': 'password',
        'name': 'password',
        'message': 'Your password :',
        'repeat': True,
}

Which would ask for the password again and validate if they are the same, re-ask both if not.

leogout avatar May 10 '19 13:05 leogout

Hey, I would like to work on this feature. Request you to assign it to me.

pratik-anurag avatar Jan 06 '20 10:01 pratik-anurag