antelle / passfield

Advanced javascript password field
https://antelle.net/passfield
MIT License
192 stars 20 forks source link

Ability to generate a password programmatically #26

Open leadscloud opened 8 years ago

leadscloud commented 8 years ago

i want to when load page complete , auto generatePassword a password.

how to use ?

antelle commented 8 years ago

Please try to paraphrase your request, I didn't get it.

antelle commented 8 years ago

closing. the API is described here: http://antelle.github.io/passfield/api.html#interface

leadscloud commented 8 years ago

passField.setPass("pass");

i want a random password.

antelle commented 8 years ago

Oh, now I see: you want to generate a new password automatically or triggered by a script. This is not supported at the moment.

antelle commented 8 years ago

I'll change title to reflect the issue and reopen it (however it's not planned currently; you can submit a PR, this should be pretty easy)

leadscloud commented 8 years ago

目前我还太会使用PR。 thanks