Welcome Guest, Not a member yet? Register   Sign In
Shield table auth_identities - fill column name
#5

(01-19-2023, 12:23 AM)InsiteFX Wrote: @kenjis, I think he needs to add the name field he added to the $allowedFields[] array.

@InsiteFX, the field is already there. This is the code from the UserIdentityModel:

PHP Code:
protected $allowedFields  = [
        
'user_id',
        
'type',
        
'name',
        
'secret',
        
'secret2',
        
'expires',
        
'extra',
        
'force_reset',
        
'last_used_at',
    ]; 
Reply


Messages In This Thread
RE: Shield table auth_identities - fill column name - by groovebird - 01-19-2023, 12:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB