Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete email and something not use :v #8

Merged
merged 9 commits into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/php.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/phpmd.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/snyk-container.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/snyk-infrastructure.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/super-linter.yml

This file was deleted.

6 changes: 3 additions & 3 deletions daftar.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
$mail->SMTPAuth=true;
$mail->SMTPSecure='tls';

$mail->Username='sekolahkarijeneng@gmail.com';
$mail->Password='cphnjcbygasymxiy';
$mail->Username='YourEmail';
$mail->Password='YourEmailAppPassword';

$mail->setFrom('pengaduanmalkot@gmail.com', 'noreply@malangkota.go.id');
$mail->addAddress($_POST["email"]);
Expand Down Expand Up @@ -156,4 +156,4 @@ function validateNIK($nik) {
$re = '/^\d{10,13}$/';
return preg_match($re, $telp);
}
</script>
</script>
6 changes: 3 additions & 3 deletions lupa_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
$mail->SMTPSecure='tls';

// h-hotel account
$mail->Username='sekolahkarijeneng@gmail.com';
$mail->Password='cphnjcbygasymxiy';
$mail->Username='YourEmail';
$mail->Password='YourEmailAppPassword';

// send by h-hotel email
$mail->setFrom('sekolahkarijeneng@gmail.com', 'noreply@sekolahkarijeneng.com');
Expand Down Expand Up @@ -105,4 +105,4 @@
</form>
</div>
</div>
</body>
</body>
6 changes: 3 additions & 3 deletions pulihkan_akun.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
$mail->SMTPSecure='tls';

// h-hotel account
$mail->Username='sekolahkarijeneng@gmail.com';
$mail->Password='cphnjcbygasymxiy';
$mail->Username='YourEmail';
$mail->Password='YourEmailAppPassword';

// send by h-hotel email
$mail->setFrom('sekolahkarijeneng@gmail.com', 'noreply@sekolahkarijeneng.com');
Expand Down Expand Up @@ -110,4 +110,4 @@
</form>
</div>
</div>
</body>
</body>
6 changes: 3 additions & 3 deletions telat.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
$mail->SMTPSecure='tls';

// h-hotel account
$mail->Username='sekolahkarijeneng@gmail.com';
$mail->Password='cphnjcbygasymxiy';
$mail->Username='YourEmail';
$mail->Password='YourEmailAppPassword';

// send by h-hotel email
$mail->setFrom('pengaduanmalkot@gmail.com', 'noreply@malangkota.go.id');
Expand Down Expand Up @@ -104,4 +104,4 @@
</form>
</div>
</div>
</body>
</body>