From d1f14e697ea377ed5b2111f99b3de30488c4eabd Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Mon, 6 Jun 2016 13:05:49 +0300 Subject: [PATCH] Story#120182999 - Registrant: message to login screen about Estonian ID requirement. --- app/views/registrant/sessions/login.haml | 3 +++ config/locales/en.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/app/views/registrant/sessions/login.haml b/app/views/registrant/sessions/login.haml index 06e26c26d..c24b19aca 100644 --- a/app/views/registrant/sessions/login.haml +++ b/app/views/registrant/sessions/login.haml @@ -2,6 +2,9 @@ .form-signin.col-md-6.center-block.text-center %h2.form-signin-heading.text-center= t(:log_in) %hr + .row + =t "only_estonian_residets_can_signin" + %br = link_to '/registrant/login/mid' do = image_tag 'mid.gif' = link_to '/registrant/id', method: :post do diff --git a/config/locales/en.yml b/config/locales/en.yml index a28390ae9..3a365a35b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -954,3 +954,4 @@ en: test_registrar: "Test registrar" verified_confirm: 'Verified status is for cases when current registrant is the one applying for the update. Legal document signed by the registrant is required. Are you sure this update is properly verified with the registrant?' verified: 'Verified' + only_estonian_residets_can_signin: "Access currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID."