Move email SMTP config to settings page with encrypted password storage; add cryptography dependency
This commit is contained in:
parent
5277c20d24
commit
8e5c2f5867
5 changed files with 160 additions and 57 deletions
11
booth_settings.json
Normal file
11
booth_settings.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"artist": "Trollgorithm",
|
||||
"album": "Theme Booth",
|
||||
"year": "2026",
|
||||
"comment": "Booth song",
|
||||
"smtp_host": "mail.example.com",
|
||||
"smtp_port": "587",
|
||||
"smtp_user": "test@example.com",
|
||||
"smtp_from": "test@example.com",
|
||||
"smtp_pass": "gAAAAABqbn8zm5n1fPOfAAMubFQmfsaCDcE16MFoRMEDPLqlnZIocc2W-qMPSYbFkls6E7aabpqEo3aAGLUsG5TlaWlqpFhWyg=="
|
||||
}
|
||||
Reference in a new issue