Skip to content

Commit

Permalink
fix: [website] default admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed Feb 29, 2024
1 parent 4426a51 commit 664c2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Config:
FLASK_PORT = 7008
MISP_MODULE = '127.0.0.1:6666'
ADMIN_USER = False
ADMIN_PASSWORD = Password1234
ADMIN_PASSWORD = "Password1234"

class DevelopmentConfig(Config):
DEBUG = True
Expand Down

0 comments on commit 664c2f8

Please sign in to comment.