# File lib/omniauth/form.rb, line 44 def password_field(label, name) label_field(label, name) input_field('password', name) self end