Edit mrbs_auth.inc and change line 252 in the function auth_book_admin() from

  return (authGetUserLevel($user) >= 2);

to

  return (authGetUserLevel($user) >= 1);