From 0a0b9c323b6550fc7c42767f12819a49a5361d67 Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Fri, 20 May 2016 15:40:10 +0300 Subject: [PATCH 1/2] Story#115762063 - update which children elements should be saved in logs --- app/models/domain.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/domain.rb b/app/models/domain.rb index 7d383f6c9..5959cbb90 100644 --- a/app/models/domain.rb +++ b/app/models/domain.rb @@ -739,9 +739,10 @@ class Domain < ActiveRecord::Base log[:admin_contacts] = admin_contact_ids log[:tech_contacts] = tech_contact_ids log[:nameservers] = nameserver_ids + log[:dnskeys] = dnskey_ids + log[:domain_statuses]= domain_status_ids log[:legal_documents]= [legal_document_id] log[:registrant] = [registrant_id] - log[:domain_statuses] = domain_status_ids log end From 44c665e8a096f41f9af5f15070d1408c37658960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 24 May 2016 11:49:06 +0300 Subject: [PATCH 2/2] Improved notification on login screen of portal for registrants. --- config/locales/devise.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index e419f7794..0b1bacb95 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -14,7 +14,7 @@ en: last_attempt: "You have one more attempt before your account is locked." not_found_in_database: "Invalid email address or password." timeout: "Your session expired. Please sign in again to continue." - unauthenticated: "You need to sign in or sign up before continuing." + unauthenticated: "You need to sign in. Currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID." unconfirmed: "You have to confirm your email address before continuing." mailer: confirmation_instructions: