saguaroib / saguaro

saguaro imgboard software
14 stars 5 forks source link

Manager Bug #177

Closed Yushe closed 8 years ago

Yushe commented 8 years ago

I made a test account with the permissions: janitor_board,janitor,moderator,manager and I made sure that it was denied admin.

But for some reason it makes you basically a janitor: On the admin post form you can't use capcodes (it says you are posting as: ) Says permission denied if you try to create a ban (needs to be shown on janitor_board) The only buttons you can see at the top are [return] [update] and [logout]

Basically it makes you a janitor it hides ips ect. This bug appears with manager and janitor not janitor_board but janitor_board does need to be changed.

Apogate commented 8 years ago

It's a matter of time before I just implement the user class

Chugging through learning PHP sessions right now, so deal with it for the time being.

RePod commented 8 years ago
session_start();
$_SESSION['apogate'] = 'sux';
Apogate commented 8 years ago

t-thanks dad