Required that all accounts that can be used to log in have an email address

This commit is contained in:
Godwin
2016-10-05 21:00:51 -07:00
parent 078fc5d4ef
commit 08244444b0
7 changed files with 90 additions and 14 deletions
@@ -0,0 +1,9 @@
= render :partial => 'application/header', :locals => {:image_file => 'grafitti.jpg'}
%article
= row do
= columns do
%h2=_'articles.conference_registration.headings.Enter_Your_Email'
%p=_'articles.conference_registration.paragraphs.provide_email', :p
= form_tag oauth_save_path, class: 'flex-form' do
= emailfield :email, nil, required: true, big: true
= button_tag :save, value: :save