view 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
parents
children f7668aee968a
line wrap: on
line source

<!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>