# File lib/devise/models/database_authenticatable.rb, line 100
      def authenticatable_salt
        self.encrypted_password[0,29] if self.encrypted_password
      end