Remove user_password from JWT allow

This commit is contained in:
HadleySo
2026-03-19 01:03:34 -05:00
parent 5eadc2a8a7
commit beb383e6dd

View File

@@ -769,7 +769,6 @@ class User_Model extends CI_Model {
// Only modify the following // Only modify the following
$allowed = [ $allowed = [
'user_name', 'user_name',
'user_password',
'user_email', 'user_email',
'user_callsign', 'user_callsign',
'user_locator', 'user_locator',