[DOC] Describes password generation strategy in README
This commit is contained in:
parent
593ab8ed98
commit
9c540c04c1
@ -1,4 +1,9 @@
|
|||||||
# MiClave
|
# MiClave
|
||||||
|
|
||||||
Django site that allows registered users to resquest a password change,
|
Django site that allows registered users to request a password change,
|
||||||
by selecting a randomly generated password or passphrase.
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user