-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hi,
I'm trying to enable a moderator user, but there is noch such role. Ist it possible to enable it afterwards?
I already changed docker-compose to:
memos:
image: neosmemo/memos:stable
restart: unless-stopped
depends_on:
- postgres
environment:
- MEMOS_DRIVER=postgres
- MEMOS_DSN=postgresql://memos:XXXXXXX@postgres:5432/memos?sslmode=disable
- MEMOS_MODE=prod
- MEMOS_ENABLE_GRANULAR_PERMISSIONS=true
- MEMOS_RBAC_ENABLED=true
ports:
- "5230:5230"
But role cannot be chosen.
Thanx,
Stephan
Steps to reproduce
Settings->Member
The version of Memos you're using
v0.25.2
Screenshots or additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
