about summary refs log tree commit diff
path: root/app/models/concerns/pam_authenticable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/concerns/pam_authenticable.rb')
-rw-r--r--app/models/concerns/pam_authenticable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/concerns/pam_authenticable.rb b/app/models/concerns/pam_authenticable.rb
index 2f651c1a3..6169d4dfa 100644
--- a/app/models/concerns/pam_authenticable.rb
+++ b/app/models/concerns/pam_authenticable.rb
@@ -34,6 +34,7 @@ module PamAuthenticable
       self.confirmed_at = Time.now.utc
       self.admin        = false
       self.account      = account
+      self.external     = true
 
       account.destroy! unless save
     end