Kaynağa Gözat

update email/sms messages related to downloading restore keys

tags/v0.15.4
Jonathan Cobb 4 yıl önce
ebeveyn
işleme
1a0f8df1c1
10 değiştirilmiş dosya ile 12 ekleme ve 19 silme
  1. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/email/approval/password/network/message.hbs
  2. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/email/approval/password/network/subject.hbs
  3. +2
    -2
      bubble-server/src/main/resources/message_templates/en_US/email/confirmation/password/network/message.hbs
  4. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/email/confirmation/password/network/subject.hbs
  5. +2
    -9
      bubble-server/src/main/resources/message_templates/en_US/email/request/password/network/message.hbs
  6. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/email/request/password/network/subject.hbs
  7. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/sms/approval/password/network/message.hbs
  8. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/sms/confirmation/password/network/message.hbs
  9. +1
    -1
      bubble-server/src/main/resources/message_templates/en_US/sms/request/password/network/message.hbs
  10. +1
    -1
      bubble-web

+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/email/approval/password/network/message.hbs Dosyayı Görüntüle

@@ -1,6 +1,6 @@
Hello {{account.name}},

The "View Network Keys" request for {{network.nickname}} has been approved.
The Bubble Restore Key request for {{network.nickname}} has been approved.

The request was made on {{format_epoch message.ctime 'MMM dd, YYYY' network.timezone}} at {{format_epoch message.ctime 'hh:mm a, ZZZ' network.timezone}} from IP address {{message.remoteHost}}.



+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/email/approval/password/network/subject.hbs Dosyayı Görüntüle

@@ -1 +1 @@
View Network Keys: request approved on {{network.nickname}}
Bubble Restore Key request approved on {{network.nickname}}

+ 2
- 2
bubble-server/src/main/resources/message_templates/en_US/email/confirmation/password/network/message.hbs Dosyayı Görüntüle

@@ -1,12 +1,12 @@
Hello {{account.name}},

The "View Network Keys" request {{network.nickname}} has been confirmed.
The Bubble Network Key request {{network.nickname}} has been approved.

The request was made on {{format_epoch message.request.ctime 'MMM dd, YYYY' network.timezone}} at {{format_epoch message.request.ctime 'hh:mm a, ZZZ' network.timezone}}.

An approval was received via {{contact.type}} from {{contact.info}} {{#if contact.nick}}({{contact.nick}}){{/if}} on {{format_epoch message.ctime 'MMM dd, YYYY' network.timezone}} at {{format_epoch message.ctime 'hh:mm a, ZZZ' network.timezone}}.

Follow the link below to view your network keys ( code: {{message.requestId}} ):
Follow the link below to view your Bubble Restore Key ( code: {{message.requestId}} ):

{{publicUri}}/bubble/{{network.name}}?keys_code={{message.requestId}}



+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/email/confirmation/password/network/subject.hbs Dosyayı Görüntüle

@@ -1 +1 @@
View Your Network Keys for {{network.nickname}}
Download Bubble Restore Key for {{network.nickname}}

+ 2
- 9
bubble-server/src/main/resources/message_templates/en_US/email/request/password/network/message.hbs Dosyayı Görüntüle

@@ -1,24 +1,11 @@
Hello {{account.name}},

Someone has requested the network keys for {{network.nickname}}
Someone has requested the Bubble Restore Key for {{network.nickname}}

The request was made on {{format_epoch message.ctime 'MMM dd, YYYY' network.timezone}} at {{format_epoch message.ctime 'hh:mm a, ZZZ' network.timezone}} from IP address {{message.remoteHost}}.


If you did not make this request or would like to cancel this request, please click this link:

{{publicUri}}/action?deny={{confirmationToken}}


If you DID make this request and would like to view keys for your network, click the link below.
To approve this request to download keys for your network, click the link below.

{{publicUri}}/action?approve={{confirmationToken}}


Thank you for using Bubble!

+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/email/request/password/network/subject.hbs Dosyayı Görüntüle

@@ -1 +1 @@
View Network Keys requested on {{network.nickname}}
Bubble Restore Key requested for {{network.nickname}}

+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/sms/approval/password/network/message.hbs Dosyayı Görüntüle

@@ -1 +1 @@
Viewing network keys: approved on {{network.nickname}}
Bubble Restore Key request: approved on {{network.nickname}}

+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/sms/confirmation/password/network/message.hbs Dosyayı Görüntüle

@@ -1 +1 @@
View your network keys (expires in 15min): {{publicUri}}/me/networks/{{network.name}}/actions/keys/{{message.requestId}}
Download your Bubble Restore KEy (expires in 15min): {{publicUri}}/me/networks/{{network.name}}/actions/keys/{{message.requestId}}

+ 1
- 1
bubble-server/src/main/resources/message_templates/en_US/sms/request/password/network/message.hbs Dosyayı Görüntüle

@@ -1 +1 @@
Approve viewing network keys on {{network.nickname}}: {{publicUri}}/action?approve={{confirmationToken}}
Approve Bubble Restore Key request for {{network.nickname}}: {{publicUri}}/action?approve={{confirmationToken}}

+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 924a527785a7e4e88683edeaf0b31b0e8723538e
Subproject commit 6c5c3f03f325972a0c6ea7c6f6d3a479f2140a99

Yükleniyor…
İptal
Kaydet