Fix admin organization proof image preview path and implement forgot password feature with rate limiting and check email warning

This commit is contained in:
ilham_gmail
2026-06-11 20:38:28 +07:00
parent cbbd683470
commit b6f150ef86
5 changed files with 219 additions and 49 deletions
+8 -13
View File
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebGIS Portal - SIG UAS</title>
<title>Tugas Akhir SIG</title>
</head>
<body>
<h1>WebGIS Portal - Tugas Akhir SIG</h1>
<p>Selamat datang di portal integrasi aplikasi Sistem Informasi Geografis (SIG) untuk UAS.</p>
<h1>Tugas Akhir SIG</h1>
<h2>Daftar Aplikasi:</h2>
<ul>
<li><a href="/poverty-mapping/">Aplikasi Poverty Mapping (Project Utama)</a></li>
<li><a href="/tugas-spbu/">Aplikasi Tugas SPBU &amp; Tata Ruang</a></li>
<li><a href="/tugas-spbu/">Aplikasi Tugas SPBU</a></li>
</ul>
<h2>Akun Demo Penilaian:</h2>
@@ -22,7 +22,7 @@
<th>Aplikasi</th>
<th>Role</th>
<th>Kredensial / Email</th>
<th>Password / Token</th>
<th>Password</th>
</tr>
</thead>
<tbody>
@@ -38,12 +38,6 @@
<td>manager@example.com</td>
<td>password</td>
</tr>
<tr>
<td>Tugas SPBU</td>
<td>Admin SPBU</td>
<td>Input API Key di UI</td>
<td>8f3b7e6a9c4d2f1a6b8c9d0e4f7a1b2c</td>
</tr>
</tbody>
</table>
@@ -53,4 +47,5 @@
<p>&copy; 2026 Portal WebGIS UAS.</p>
</footer>
</body>
</html>
</html>