mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #6337 from UtahDave/develop
Use proper escapes for Travis' sanity
This commit is contained in:
commit
4ee5284569
@ -123,7 +123,7 @@ def set_password(name, password, use_usermod=False):
|
||||
hash. The password hash can be generated with this command:
|
||||
|
||||
``python -c "import crypt; print crypt.crypt('password',
|
||||
'\$6\$SALTsalt')"``
|
||||
'\\$6\\$SALTsalt')"``
|
||||
|
||||
``SALTsalt`` is the 8-character crpytographic salt. Valid characters in the
|
||||
salt are ``.``, ``/``, and any alphanumeric character.
|
||||
|
Loading…
Reference in New Issue
Block a user