summaryrefslogtreecommitdiff
path: root/views/account_forgot_password.pug
blob: 091385711581ac9b9b1371ccd4a1d1f6bcb18691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title Forgot password
		+altcha_script()
	body
		include header
		article
			h1 Forgot password
			if flash
				p.error= flash

			if user
				p You're already logged in!
			else
				form(method="post")
					p
						label Mail:
							br
							input(type="email" name="mail" required)
					+altcha_widget()
					p
						button(type="submit") Forgot password