From e25b6b165860750d6b0ce6b5edf6f882de70b609 Mon Sep 17 00:00:00 2001 From: James Wong Date: Wed, 31 Oct 2018 15:30:00 -0400 Subject: [PATCH] Tower 3.3 fix https://bugzilla.redhat.com/show_bug.cgi?id=1640533 --- app/models/authentication.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/models/authentication.rb b/app/models/authentication.rb index 8c4c6907aab..52dd992eed0 100644 --- a/app/models/authentication.rb +++ b/app/models/authentication.rb @@ -125,6 +125,11 @@ def self.build_credential_options end end + def native_ref + # to be overridden by individual provider/manager + manager_ref + end + private def set_credentials_changed_on