CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.94k stars 236 forks source link

Add password repeat option to the password field #53

Open leogout opened 5 years ago

leogout commented 5 years ago

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.

pratik-anurag commented 4 years ago

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