Skip to content

Commit

Permalink
[pfsensible-generate-module] Use default password
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 31, 2025
1 parent cd1caa2 commit 8c5ada4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/pfsensible-generate-module
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parser = argparse.ArgumentParser(description='Generate a pfsensible module.')
parser.add_argument('--url', help='The URL to scrape')
parser.add_argument('--urlfile', help='A local file copy of the URL to scrape')
parser.add_argument('--user', default='admin', help='The user to connect as')
parser.add_argument('--password', default='changeme', help='The password of user')
parser.add_argument('--password', default='pfsense', help='The password of user')
parser.add_argument('--author-name', default=author_name, help='The full name of the module author')
parser.add_argument('--author-email', default=author_email, help='The email address of the module author')
parser.add_argument('--author-handle', default='', help='The github handle of the module author')
Expand Down

0 comments on commit 8c5ada4

Please sign in to comment.