Skip to content

Commit

Permalink
Merge pull request #440 from openinfradev/html_change
Browse files Browse the repository at this point in the history
trivial. update html temporary_password
  • Loading branch information
ktkfree authored Apr 26, 2024
2 parents cec7a4a + 3258d32 commit d535874
Showing 1 changed file with 50 additions and 8 deletions.
58 changes: 50 additions & 8 deletions internal/mail/contents/temporary_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,59 @@

<tr>
<td colspan="3">

<table cellspacing="0" cellpadding="0" width="656" border="0" height="72" bgcolor="#F9FAFD" style="text-align: center;border-radius: 8px;padding: 24px;">

<tr height="24" style="letter-spacing:-0.02em;font-family: Malgun Gothic, '맑은고딕', sans-serif;color:#121821;">
<td colspan="2" style="font-size:16px;line-height:24px;font-weight:700;color:#121821;">
{{.TemporaryPassword}}
<table cellspacing="0" cellpadding="0" width="656" border="0" height="136" bgcolor="#F9FAFD" style="border-radius: 8px; padding: 24px">
<tr height="24">
<td
colspan="1"
width="100"
style="font-size: 14px; line-height: 22px; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
조직코드
</td>
<td
colspan="2"
style="font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
{{.OrganizationId}}
</td>
</tr>
<tr height="8">
<td colspan="3"></td>
</tr>
<tr height="24">
<td
colspan="1"
width="100"
style="font-size: 14px; line-height: 22px; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
아이디
</td>
<td
colspan="2"
style="font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
{{.AccountId}}
</td>
</tr>
<tr height="8">
<td colspan="3"></td>
</tr>
<tr height="24">
<td
colspan="1"
width="100"
style="font-size: 14px; line-height: 22px; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
비밀번호
</td>
<td
colspan="2"
style="font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: -0.02em; font-family: Malgun Gothic, '맑은고딕', sans-serif; color: #121821"
>
{{.TemporaryPassword}}
</td>
</tr>

</table>

</td>
</tr>

Expand Down

0 comments on commit d535874

Please sign in to comment.