Create user with admin role #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently sets new users as viewer even though it has the npm console command does have an -a flag meaning it should create it as admin
workaround
maybe it needs a double dash?
from this:
to this:
Hi! juan from tellaweb here :)
sadly it seems the
-aoption is not working, we just got some small funding for a couple of tellaweb features so i will try to sneak a fix of that in the next release.In the meantime i think as a workaround you could try doing
npm run console users toggle-role EMAILfor making the user admin after creating it.Hope this helps 👍
Woohoo, thank you @juandans01 !