mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 04:17:13 +00:00
Add edit user/settings route
This commit is contained in:
@@ -93,3 +93,10 @@ RABBITMQ_HOST=rabbitmq
|
||||
RABBITMQ_PORT=5672
|
||||
RABBITMQ_DEFAULT_USER=kyoo
|
||||
RABBITMQ_DEFAULT_PASS=aohohunuhouhuhhoahothonseuhaoensuthoaentsuhha
|
||||
|
||||
|
||||
# v5 stuff, does absolutely nothing on master (aka: you can delete this)
|
||||
EXTRA_CLAIMS='{"permissions": [], "verified": false}'
|
||||
FIRST_USER_CLAIMS='{"permissions": ["user.read", "users.write", "users.delete"], "verified": true}'
|
||||
GUEST_CLAIMS='{"permissions": []}'
|
||||
PROTECTED_CLAIMS="permissions,verified"
|
||||
|
||||
Reference in New Issue
Block a user