10 lines
353 B
Markdown
10 lines
353 B
Markdown
# MiClave
|
|
|
|
Django site that allows registered users to request a password change,
|
|
by selecting a randomly generated password or passphrase.
|
|
|
|
It accepts a 'stategy' parameter, that toggles between:
|
|
* random, for a randomly generated password
|
|
* pronounceable, for a password that resembles a word
|
|
* passphrase, a number of words selected from a word list
|