Skip to content

Instantly share code, notes, and snippets.

@hedleysmith
Created October 7, 2013 08:52
Show Gist options
  • Select an option

  • Save hedleysmith/6864687 to your computer and use it in GitHub Desktop.

Select an option

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
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