Skip to content

Commit

Permalink
bw/bundles/users: shorter password for user voc please
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Oct 13, 2024
1 parent e4cc286 commit c9a46b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/bundles/users/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'cascade_skip': False,
},
'voc': {
'password': repo.vault.human_password_for(f'{node.name} user voc'),
'password': repo.vault.human_password_for(f'{node.name} user voc', words=1),
'cascade_skip': False,
},
},
Expand Down

0 comments on commit c9a46b6

Please sign in to comment.