lincanbin / Carbon-Forum

A high performance open-source forum software written in PHP. Discussions Tags based with Quora/StackOverflow style.
https://www.94cb.com/
Apache License 2.0
1.84k stars 434 forks source link

Adding a system of ranks and useruser management in admin panel #10

Open Tehiro opened 9 years ago

Tehiro commented 9 years ago

I suggest adding a rank, which include the right to view departments, access to the admin panel, moderator and user management, where you can change the nickname, rank, information etc.

lincanbin commented 9 years ago

This feature will be added later.

Currently you can execute the following SQL statement to change rank:

UPDATE `carbon_users` SET `UserRoleID`=5 WHERE `UserName`='lincanbin';

UserRoleID=1 means User. UserRoleID=4 means Vice-Administrator who can manage topic. UserRoleID=5 means System Administrator who can access to the admin panel and manage topic.

Tehiro commented 9 years ago

All right. Maybe add a list of "to do" so people know what is already in the plans.

lincanbin commented 9 years ago

These are recorded in my own Google Keep. I will add a list in a few days.