mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
.9 release as mentioned by rallytime
This commit is contained in:
parent
3e25f70968
commit
38231303f3
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ def set_mindays(name, mindays):
|
|||
|
||||
def gen_password(password, crypt_salt=None, algorithm='sha512'):
|
||||
'''
|
||||
.. versionadded:: 2015.8.8
|
||||
.. versionadded:: 2015.8.9
|
||||
|
||||
Generate hashed password
|
||||
|
||||
|
@ -241,7 +241,7 @@ def gen_password(password, crypt_salt=None, algorithm='sha512'):
|
|||
|
||||
def del_password(name):
|
||||
'''
|
||||
.. versionadded:: 2015.8.8
|
||||
.. versionadded:: 2015.8.9
|
||||
|
||||
Delete the password from name user
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue