HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/ekspardev/public_html/tubisad/rapor/src/pages/_includes/cards/forgot-password.html
<form class="card card-md" action="{{ site.base }}/" method="get" autocomplete="off" novalidate>
	<div class="card-body">
		<h2 class="card-title text-center mb-4">Forgot password</h2>

		<p class="text-muted mb-4">Enter your email address and your password will be reset and emailed to you.</p>

		<div class="mb-3">
			<label class="form-label">Email address</label>
			<input type="email" class="form-control" placeholder="Enter email">
		</div>
		<div class="form-footer">
			{% include ui/button.html text="Send me new password" block=true color="primary" icon="mail" %}
		</div>
	</div>
</form>
<div class="text-center text-muted mt-3">
	Forget it, <a href="{{ site.base }}/sign-in.html">send me back</a> to the sign in screen.
</div>