31 lines
643 B
Markdown
31 lines
643 B
Markdown
# Accounts
|
|
|
|
## Table of contents
|
|
|
|
- [General Description](#general-description)
|
|
- [Issues](#issues)
|
|
|
|
## General Description
|
|
|
|
### Creation
|
|
|
|
A visitor can create an account, which allows him to favourite posts and artists, get notifications and get assigned a role.
|
|
|
|
### Roles
|
|
|
|
#### Consumer
|
|
|
|
The base role for any fresh account.
|
|
|
|
#### Administrator
|
|
|
|
The first registered account of the instance gets this role. Administrator can change the role of other accounts, of which they get notified.
|
|
|
|
### Features:
|
|
|
|
#### Session Key Management
|
|
|
|
Accounts can access the page which lists all keys set up for autoimport and revoke any of them.
|
|
|
|
## Issues
|