Ticket #782: caps.diff

File caps.diff, 438 bytes (added by options, 4 years ago)

adds 'edit_favorites' and 'edit_profile' capabilities to the 'inactive' user role

  • bb-includes/capabilities.php

     
    145145                ) ), 
    146146                                                                                         
    147147                'inactive' => array( 'name' => __('Inactive'), 'capabilities' => array( 
     148                        'edit_favorites' => true, 
     149                        'edit_profile' => true, 
    148150                        'change_password' => true, 
    149151                        'read' => true 
    150152                ) ),