📂 FileMgr
📍
/home/u414903541/domains/finrush.in/public_html_Old/app/Rules
✏️ Edit File: /home/u414903541/domains/finrush.in/public_html_Old/app/Rules/CurrentPasswordCheckRule.php
⬅ Kembali
<?php namespace App\Rules; use Illuminate\Contracts\Validation\Rule; use Illuminate\Support\Facades\Hash; class CurrentPasswordCheckRule implements Rule { /** * Determine if the validation rule passes. * * @param string $attribute * @param mixed $value * @return bool */ public function passes($attribute, $value) { return Hash::check($value, auth()->user()->password); } /** * Get the validation error message. * * @return string */ public function message() { return __tr('The current password field does not match your password'); } }
💾 Simpan File
Batal
⬅ Naik ke app
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
CurrentPasswordCheckRule.php
php
644 B
2025-10-25 15:15
✏️ Edit
👁️ View
🗑 Hapus