Skip to content

Commit 8c5ada4

Browse files
committed
[pfsensible-generate-module] Use default password
1 parent cd1caa2 commit 8c5ada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/pfsensible-generate-module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parser = argparse.ArgumentParser(description='Generate a pfsensible module.')
4343
parser.add_argument('--url', help='The URL to scrape')
4444
parser.add_argument('--urlfile', help='A local file copy of the URL to scrape')
4545
parser.add_argument('--user', default='admin', help='The user to connect as')
46-
parser.add_argument('--password', default='changeme', help='The password of user')
46+
parser.add_argument('--password', default='pfsense', help='The password of user')
4747
parser.add_argument('--author-name', default=author_name, help='The full name of the module author')
4848
parser.add_argument('--author-email', default=author_email, help='The email address of the module author')
4949
parser.add_argument('--author-handle', default='', help='The github handle of the module author')

0 commit comments

Comments
 (0)