Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Allow admin email and password to be overridden (fixes #369) #371

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

textbook
Copy link
Contributor

Thanks for contributing to postfacto. To speed up the process of reviewing your pull request please provide us with:

  • A short explanation of the proposed change:

    • Adds handling of ADMIN_EMAIL and ADMIN_PASSWORD env vars to deploy scripts
    • Documents HEROKU_REGION env var
  • An explanation of the use cases your change solves

    Allows a more secure Postfacto installation by allowing the user to override the default admin credentials rather than have to reset them once installed.

  • Links to any other associated PRs

  • I have reviewed the contributing guide

  • I have made this pull request to the master branch

  • I have run all the tests using ./test.sh.

  • I have added the copyright headers to each new file added

  • I have given myself credit in the humans.txt file (assuming I want to)

- Adds handling of ADMIN_EMAIL and ADMIN_PASSWORD env vars to deploy scripts
- Supersedes #368
- Documents HEROKU_REGION env var
- Documents issue identified in #346
@textbook textbook linked an issue Apr 30, 2021 that may be closed by this pull request
@textbook textbook merged commit 4dade13 into vmware-archive:master Apr 30, 2021
dwettstein referenced this pull request in dwettstein/postfacto Dec 15, 2021
* master:
  Bump nokogiri from 1.11.3 to 1.11.4 in /e2e (#386)
  Bump nokogiri from 1.11.3 to 1.11.4 in /api (#387)
  Bump ExecJS version
  Upgrade Rails to 6.1.3.2 (#382)
  [Snyk] Security upgrade puma from 5.2.2 to 5.3.1 (#381)
  Upgrade web dependencies (#377)
  Fix conditional push of Docker containers
  Fix typo in CI workflow
  Allow creation of sharable retro from admin panel (fixes #308) (#376)
  Overhaul Docker build, push and test (#375)
  Explicitly push all tags
  Fix the Docker push scripts (#373)
  Allow admin email and password to be overridden (fixes #369) (#371)
  Improve CONTRIBUTING.md formatting (#367) [skip ci]
  fix: upgrade mixpanel-browser from 2.39.0 to 2.41.0 (#364)
  fix: upgrade actioncable from 5.2.4 to 5.2.5 (#365)
  Remove broken gitter link (fixes #350) [skip ci]
  RFC - Attempt at making deployment docs easier to follow (#313)
  Migrate from Travis to GitHub Actions (#363)
  Upgrade all the things (#360)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support setting initial admin email & password during deploy
1 participant