| <!-- # -*- coding: utf-8 -*- |
| |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| # implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. --> |
| |
| <!DOCTYPE html> |
| <html lang="en"> |
| <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;"> |
| <div class="wrapper" style="box-shadow: 0 0 10px #666;"> |
| <div class="one-col"> |
| <h2 style="text-align: center;color: black;">OSM Password Reset Requested</h2> |
| <p style="line-height: 30px; padding-bottom: 20px; padding: 10px;color: black;" class="username">Hi {username},</p> |
| <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> |
| </div> |
| <div class="sec-col"> |
| <h3 style="text-align: center;color: black;">OTP Generated</h3> |
| <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> |
| <p style="text-align: center;color: black;">OTP is valid for {validity} minutes</p> |
| </div> |
| </div> |
| </body> |
| </html> |