Created
October 7, 2013 08:52
-
-
Save hedleysmith/6864687 to your computer and use it in GitHub Desktop.
Changing your cron key in Drupal 7, or regenerating a lost cron key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| drush vset cron_key $(date | md5sum | head -c 32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment