Mercurial > prosody-modules
view mod_password_reset/password_reset/password_result.html @ 4478:7ab0c423688a
mod_rest: Support GET for certain IQ queries
Example:
GET /rest/version/example.com
200 OK
{ version: { name: "thing", version: "1.0.0" } }
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Feb 2021 19:33:09 +0100 |
parents | 4321c71cc535 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Reset password</title> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body> <div class="container"> <h1>Reset password</h1> <div class="alert {classes}">{message}</div> </div> </body> </html>