Software /
code /
prosody-modules
Diff
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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_password_reset/password_reset/password_result.html Tue Oct 02 16:09:17 2018 +0100 @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>Password reset</title> + <link rel="stylesheet" href="bootstrap.min.css"> +</head> +<body> + <div class="container"> + <h1>Password reset</h1> + + <div class="alert {{classes}}">{{message}}</div> + </div> +</body> +</html>