Displaying 2 results from an estimated 2 matches for "account_expiration".
2008 Jul 16
2
belongs_to causing endless loop on first call to save!
...adds the impl-specific things to
the account
if(!@credit_card.blank?)
card = CreditCard.new do |cc|
cc.account_type = @credit_card[:type]
cc.account_name = @credit_card[:name]
cc.account_number = @credit_card[:number]
cc.cvv = @credit_card[:cvv]
cc.account_expiration = @credit_card[:expiration]
cc.address = @credit_card[:address]
cc.city = @credit_card[:city]
cc.state = @credit_card[:state]
cc.zip = @credit_card[:zip]
cc.country = @credit_card[:country]
cc.phone = @credit_card[:phone]
end
#strange...t...
2016 Mar 04
8
[Bug 2548] New: Make pam_set_data/pam_get_data work with OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=2548
Bug ID: 2548
Summary: Make pam_set_data/pam_get_data work with OpenSSH
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: major
Priority: P5
Component: PAM support
Assignee: