generated from coop-cloud/example
Cannot create admin user #47
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?
I think I have done everything correct. But when running:
abra app cmd domain.dk app admin -- username user@email.tldI get this:
I have tried to run user generation this way:
abra app cmd domain.dk app bashRAILS_ENV=production bin/tootctl accounts create user --email user@email.tld --confirmed --role Owner(from https://docs.joinmastodon.org/admin/setup/)But I get:
I don't know how to set these variables.
Any suggestions?
@jeppebundsgaard
Hmmmmm, I assume you're getting
No such accountbecause you don't have a user created with the emailuser@email.tld? However, perhaps, I'm missing something.The reason you're seeing those env vars errors is because when you run
abra app cmd ...this gets injected into the environment:I haven't run this recipe in ages but I'd probably just cat this file once I
abra app bashin.And then copy/pasta the
file_envmachinery so I can expose all those env vars manually in my shell session. Annnnd finally run the command. Which will perhaps give you the same error 😛Good luck!