Commit d630d700 authored by Pietro Albini's avatar Pietro Albini

Enable gravatar for the migrated users

parent 36cb8fc9
......@@ -78,6 +78,7 @@ class Migrator:
# Create a new User object
new = self.models.User()
new.avatar_type = "g" # Gravatar
# Copy some fields
for field in migrate_fields_user:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment