Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Logging into WordPress Dashboard Reply To: Logging into WordPress Dashboard

#173010
Gary Pickles
Participant

Fixed it, my user had lost administrator privileges.

added this bit of code to functions.php where otto was changed to my user name.

$user = new WP_User('','otto');
$user->set_role('administrator');