grassrootseconomics / CIC-Docs

GNU General Public License v3.0
19 stars 6 forks source link

Can't make a new admin user on Platform #93

Open WillRuddick opened 4 years ago

WillRuddick commented 4 years ago

What did you try to do? goto admin.sarafu.network and try to make a new user

What did you expect should have happened? Verification email is not sent

What happened instead?

What were the exact steps you took?


BenSchZA commented 4 years ago

Amazon SES is currently used for sending e-mail. See app/server/utils/amazon_ses.py

This requires the following credentials:

AWS_SES_KEY_ID AWS_SES_SECRET

And sends an email from address:

admin@withsempo.com us-west-2

There don't seem to be any Amazon SES resources on our account. When last did e-mails work, and is this something that is being migrated from Sempo to Sarafu AWS service?

WillRuddick commented 4 years ago

it has never worked since we moved to our own aws server (off of Sempo)

long ago we had email working on our Ruby instances using gmail noreply@grassecon.org