freeCodeCamp / mail-for-good

An open source email campaign management tool for nonprofits
BSD 3-Clause "New" or "Revised" License
3.83k stars 476 forks source link

Classical auth strategy #283

Closed zhakk-harn closed 6 years ago

zhakk-harn commented 6 years ago

after this PR, mail for good will use a classic email/password to handle user authentication. When starting the app if there is no admin users in the DB then a default admin account will be created with the following credentials 'admin@admin.com' / 'admin'. A migration file has also been created and added to the repo to help the upgrade of mail for good instances.