Skip to content

Commit

Permalink
Changed example to contain hashing scheme prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Oct 2, 2016
1 parent 2442146 commit aa11d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narrative.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ A typical :command:`zpasswd` session might look like:
id="foo"
title="The Foo"
login="foo"
password="$2b$12$ez4eHl6W1PfAWix5bPIbe.drdnyqjpuT1Cp0N.xcdxkAEbA7K6AHK"
password="{BCRYPT}$2b$12$ez4eHl6W1PfAWix5bPIbe.drdnyqjpuT1Cp0N.xcdxkAEbA7K6AHK"
description="The main foo"
password_manager="BCRYPT"
/>
Expand Down

0 comments on commit aa11d3c

Please sign in to comment.