Skip to content

Commit

Permalink
Omit password prefix in example ZCML output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Oct 2, 2015
1 parent 1ca1eac commit 7496a83
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="{BCRYPT}$2b$12$ez4eHl6W1PfAWix5bPIbe.drdnyqjpuT1Cp0N.xcdxkAEbA7K6AHK"
password="$2b$12$ez4eHl6W1PfAWix5bPIbe.drdnyqjpuT1Cp0N.xcdxkAEbA7K6AHK"
description="The main foo"
password_manager="BCRYPT"
/>
Expand Down

0 comments on commit 7496a83

Please sign in to comment.