Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 555 Bytes

10099.gitlab.md

File metadata and controls

23 lines (18 loc) · 555 Bytes

gitlab - подтверждение почты (валидация) из консоли

sudo gitlab-rails console
  • zabbix_windows_test - пользователь
admin = User.find_by_username "zabbix_windows_test"
admin.confirmed_at = Time.zone.now
admin.save!

развалидировать

admin = User.find_by_username "zabbix_windows_test"
admin.confirmed_at = 0
admin.save!

Источник: https://docs.gitlab.com/ee/user/upgrade_email_bypass.html