mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge pull request #156 from internetee/pending_update_notification_for_new_registrant_fix
Pending update notification for new registrant fix
This commit is contained in:
commit
29a35d0e64
2 changed files with 14 additions and 2 deletions
|
@ -30,6 +30,8 @@ Hi,
|
||||||
<br><br>
|
<br><br>
|
||||||
Registrant change process for the domain <%= @params[:name] %> has been started.
|
Registrant change process for the domain <%= @params[:name] %> has been started.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
Please verify the details of the following change request. In case of problems contact your registrar <%= @params[:registrar_name] %>
|
||||||
|
<br><br>
|
||||||
New registrant:<br>
|
New registrant:<br>
|
||||||
Name: <%= @params[:registrant_name] %><br>
|
Name: <%= @params[:registrant_name] %><br>
|
||||||
<% if @params[:registrant_priv] %>
|
<% if @params[:registrant_priv] %>
|
||||||
|
@ -41,7 +43,11 @@ Street: <%= @params[:registrant_street] %><br>
|
||||||
City: <%= @params[:registrant_city] %><br>
|
City: <%= @params[:registrant_city] %><br>
|
||||||
Country: <%= @params[:registrant_country] %>
|
Country: <%= @params[:registrant_country] %>
|
||||||
<br><br>
|
<br><br>
|
||||||
Please contact to your registrar <%= @params[:registrar_name] %> if you have any questions.
|
The registrant change procedure will be completed only after the current registrant <%= @params[:old_registrant_name] %> has approved it.
|
||||||
|
<br><br>
|
||||||
|
Change request will be cancelled in case <%= @params[:old_registrant_name] %> rejects or does not approve it in <%= Setting.expire_pending_confirmation %> hours.
|
||||||
|
<br><br>
|
||||||
|
Please contact registrar <%= @params[:registrar_name] %> in case of questions. You can find the registrar's contacts at http://internet.ee/registrars.
|
||||||
<br><br>
|
<br><br>
|
||||||
Best Regards,<br>
|
Best Regards,<br>
|
||||||
Estonian Internet Foundation
|
Estonian Internet Foundation
|
||||||
|
|
|
@ -30,6 +30,8 @@ Hi,
|
||||||
|
|
||||||
Registrant change process for the domain <%= @params[:name] %> has been started.
|
Registrant change process for the domain <%= @params[:name] %> has been started.
|
||||||
|
|
||||||
|
Please verify the details of the following change request. In case of problems contact your registrar <%= @params[:registrar_name] %>
|
||||||
|
|
||||||
New registrant:
|
New registrant:
|
||||||
Name: <%= @params[:registrant_name] %>
|
Name: <%= @params[:registrant_name] %>
|
||||||
<% if @params[:registrant_priv] %>
|
<% if @params[:registrant_priv] %>
|
||||||
|
@ -41,7 +43,11 @@ Street: <%= @params[:registrant_street] %>
|
||||||
City: <%= @params[:registrant_city] %>
|
City: <%= @params[:registrant_city] %>
|
||||||
Country: <%= @params[:registrant_country] %>
|
Country: <%= @params[:registrant_country] %>
|
||||||
|
|
||||||
Please contact to your registrar <%= @params[:registrar_name] %> if you have any questions.
|
The registrant change procedure will be completed only after the current registrant <%= @params[:old_registrant_name] %> has approved it.
|
||||||
|
|
||||||
|
Change request will be cancelled in case <%= @params[:old_registrant_name] %> rejects or does not approve it in <%= Setting.expire_pending_confirmation %> hours.
|
||||||
|
|
||||||
|
Please contact registrar <%= @params[:registrar_name] %> in case of questions. You can find the registrar's contacts at http://internet.ee/registrars.
|
||||||
|
|
||||||
Best Regards,
|
Best Regards,
|
||||||
Estonian Internet Foundation
|
Estonian Internet Foundation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue