Minimal ticket system written in PHP. In development, not ready for production.
- A
User
logs in using their e-mail address - They recieve a link with a one-time-password in their inbox
- They click the link to login
- The user can now create, view and respond to tickets
- You can change the tags that are allowed in the platform using the
Core::$defaultTags
setting.