| jegan | be1a3df | 2024-06-04 12:05:19 +0000 | [diff] [blame] | 1 | <!-- # -*- coding: utf-8 -*- |
| 2 | |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 12 | # implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. --> |
| 15 | |
| 16 | <!DOCTYPE html> |
| 17 | <html lang="en"> |
| 18 | <body style="font-family: 'Lato', sans-serif;background-color: white;font-size: 25px;max-width: fit-content; margin: 0 auto;padding: 2%;color: black;margin: 10;border: 10;padding: 10;"> |
| 19 | <div class="wrapper" style="box-shadow: 0 0 10px #666;"> |
| 20 | <div class="one-col"> |
| 21 | <h2 style="text-align: center;color: black;">OSM Password Reset Requested</h2> |
| 22 | <p style="line-height: 30px; padding-bottom: 20px; padding: 10px;color: black;" class="username">Hi {username},</p> |
| 23 | <p style="line-height: 30px; padding-bottom: 20px; padding: 10px;color: black;" class="content">A password reset request was made for your account. If you did not make this request, please contact your system administrator immediately.</p> |
| 24 | </div> |
| 25 | <div class="sec-col"> |
| 26 | <h3 style="text-align: center;color: black;">OTP Generated</h3> |
| 27 | <h3 style="text-align: center;color: black;" class="otp"><span style="background-color: slategray;color: white;padding: 10px 10px;text-align: center;border-radius: 5px;">{otp}</span></h4> |
| 28 | <p style="text-align: center;color: black;">OTP is valid for {validity} minutes</p> |
| 29 | </div> |
| 30 | </div> |
| 31 | </body> |
| 32 | </html> |