Skip to content
Snippets Groups Projects

Report auth events in manage stage usage ping

Merged Drew Blessing requested to merge dblessing-auth-events-usage-ping into master
All threads resolved!
Compare and Show latest version
6 files
+ 10
7
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,7 +5,7 @@ class AuthenticationEvent < ApplicationRecord
@@ -5,7 +5,7 @@ class AuthenticationEvent < ApplicationRecord
belongs_to :user, optional: true
belongs_to :user, optional: true
validates :ip_address, :provider, :user_name, :result, presence: true
validates :provider, :user_name, :result, presence: true
enum result: {
enum result: {
failed: 0,
failed: 0,
Loading