Welcome Guest, Not a member yet? Register   Sign In
Save user activation hash
#4

(08-21-2020, 12:22 PM)InsiteFX Wrote: Did you add:

PHP Code:
$user_activation_hash 

To the model, these are the database field column names.

PHP Code:
protected $allowedFields = ['user_activation_hash']; 

Yes:

Code:
    protected $allowedFields = ['username','email','password','updated_at','deleted_at','last_login','user_activation_hash','condizioni','richiesta_cancellazione','id_stato_users','id_role_users'];
Reply


Messages In This Thread
Save user activation hash - by pippuccio76 - 08-21-2020, 03:54 AM
RE: Save user activation hash - by pippuccio76 - 08-21-2020, 06:14 AM
RE: Save user activation hash - by InsiteFX - 08-21-2020, 12:22 PM
RE: Save user activation hash - by pippuccio76 - 08-23-2020, 01:52 AM
RE: Save user activation hash - by pippuccio76 - 08-23-2020, 07:50 AM
RE: Save user activation hash - by InsiteFX - 08-23-2020, 08:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB