Skip to content

Commit

Permalink
changepass minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtefBN committed May 22, 2018
1 parent ae16df1 commit 9c36897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esgissue/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,8 @@ def _reset_passphrase(**kwargs):
old_pass = kwargs['old_pass']
new_pass = kwargs['new_pass']
else:
logging.info('Old and new pass-phrases are required, if you forgot yours, use: esgissue credreset')
logging.info('Old and new pass-phrases are required, if you forgot yours, use: esgissue credremove')
old_pass = ''
if is_encrypted == '0':
pass
else:
Expand Down

0 comments on commit 9c36897

Please sign in to comment.