Software / code / prosody-modules
Comparison
mod_password_reset/password_reset/password_result.html @ 3344:0ce475235ae1
mod_password_reset: New module for self-service password resets via a web page
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 02 Oct 2018 16:09:17 +0100 |
| child | 3352:f7668aee968a |
comparison
equal
deleted
inserted
replaced
| 3343:2e65160187a4 | 3344:0ce475235ae1 |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title>Password reset</title> | |
| 6 <link rel="stylesheet" href="bootstrap.min.css"> | |
| 7 </head> | |
| 8 <body> | |
| 9 <div class="container"> | |
| 10 <h1>Password reset</h1> | |
| 11 | |
| 12 <div class="alert {{classes}}">{{message}}</div> | |
| 13 </div> | |
| 14 </body> | |
| 15 </html> |