gvlproject / genomespace

Test suite & Issues for GenomeSpace Australia
0 stars 1 forks source link

Nullify all tokens for all users in the database #47

Closed madisonkeene closed 8 years ago

madisonkeene commented 8 years ago

This is actually kinda easy - in umongo, export all of the collection to a file, then use atom to find "token" : "(.*?)" and replace with "token" : "". Then import all from file again.