Page MenuHomeWrite.as

Admin interface
Open, NormalPublic

Description

Overview

Allow admins to manage their instance from a web interface.

Users

https://discuss.write.as/t/support-upgrading-a-user-from-type-user-to-type-admin/3978

Implementation

Create a new admins table:

user_idrole

Where role is an int representing the permission level a user has.

  • Admin (default, only one supported right now)
  • Moderator