Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store cipherSeed and salt outside app/Config/core.php #60

Closed
nodiscc opened this issue Mar 12, 2015 · 0 comments
Closed

store cipherSeed and salt outside app/Config/core.php #60

nodiscc opened this issue Mar 12, 2015 · 0 comments
Milestone

Comments

@nodiscc
Copy link
Contributor

nodiscc commented Mar 12, 2015

This is related to the upgrade path (via git or via the zip archive). Using git pull or overwriting your install with the latest zip also resets Security.cipherSeed and Security.salt defined in core.php. These settings should not be stored in a file tracked in the git repo, they should be written somewhere else by the app during install. Doing a git pull to upgrade fails because of merge conflicts.

# On branch 1.0.0-beta
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#   modified:   core.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants