squirrel, the chaos witch.
species: devil
broomstick: heart tipped broom
familiar(s): tabby cat
magic: spirit summon
https://en.shindanmaker.com/620471
oh
transphobia, death
i just, i want to hit something to hard when i hear that name directed at me
and it makes me feel so weird to meet other people with that name
i just, i want to be able to erase my entire family from my life sometimes
there's very very few occasions where i don't feel this way and i don't think they redeem the other times in any way sorry
Also a pro-tip: if you have a lot of users to invite, you can iterate over an array like so:
accounts = [
{
email: "<email1>",
username: "<username1>"
},
{
email: "<email2>",
username: "<username2>"
},
..
]
accounts.each do |account|
User.new(email: account[:email], password: SecureRandom.hex, confirmed_at: Time.now.utc, account_attributes: { username: account[:username] }).save
end
Since I've gotten a couple questions about implementing an invite-only instance, here's how. You (unfortunately) have to use the console:
1. cd into your mastodon /live dir
2. bundle exec rails console production
3. run: User.new(email: '<email>', password: SecureRandom.hex, confirmed_at: Time.now.utc, account_attributes: { username: '<username>' }).save
4. Tell that person to reset their password on your instance :)
doing anything with my right hand feels weird with the exception of using a mouse #mastolefties
sorry i'm not doing this at any regular hour (yet) but right now i am opening registrations for http://computerfairi.es for all the stranded computer fairies out there. come by and say hi!
do you want a http://computerfairi.es/ account?? i still haven't decided how registrations are gonna work but hit me up and we'll talk!
admin of http://computerfairi.es/ || now over at @squirrel