trabajo-afectivo/db/seeds/user_nr_1.rb

15 lines
304 B
Ruby

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
User.create_if_not_exists(
id: 1,
login: '-',
firstname: '-',
lastname: '',
email: '',
active: false,
updated_by_id: 1,
created_by_id: 1
)
UserInfo.current_user_id = 1