Skip to content

Instantly share code, notes, and snippets.

@InvisibleKind
Created January 15, 2014 10:39
Show Gist options
  • Save InvisibleKind/8434143 to your computer and use it in GitHub Desktop.
Save InvisibleKind/8434143 to your computer and use it in GitHub Desktop.
TYPO3 email (username) anonymizer on dev system
UPDATE `fe_users` SET username = CONCAT(md5(rand()), '@example.com'), email = username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment