def provision(_key):
     user_details = UserDetails(id=_key.id(), achievements=[])
     user_details.put()