kyrelldixon
08/28/2021, 4:51 PMkennethcassel
08/28/2021, 5:12 PMERROR: duplicate key value violates unique constraint \"refresh_tokens_pkey\"
in your Auth logs when using email signup now?
just started showing up on our end. We have two db's and the only difference between the two seem to be the one that works requires emails confirmation, and the one giving us this error requires email confirmations.
We want to disable email confirmation but the save button isn't working (like a few folks have mentioned above)kennethcassel
08/28/2021, 6:40 PMsilentworks
08/28/2021, 7:09 PMkyrelldixon
08/28/2021, 7:13 PMassistattow
08/28/2021, 10:20 PMburggraf
08/29/2021, 12:52 AMMicahBurnside
08/29/2021, 1:01 AMsilenth
08/29/2021, 1:19 AMburggraf
08/29/2021, 1:30 AMtinjaw
08/29/2021, 2:09 AMtinjaw
08/29/2021, 2:09 AMtinjaw
08/29/2021, 2:09 AMsilenth
08/29/2021, 2:09 AMsilenth
08/29/2021, 2:09 AMtinjaw
08/29/2021, 2:10 AMburggraf
08/29/2021, 2:25 AMAast
08/29/2021, 2:26 AMtime="2021-08-29T02:24:15Z" level=error msg="500: Error sending confirmation mail" component=api error="Error sending confirmation email: gomail: could not send email 1: 554 Message rejected: Sending paused for this account. For more information, please check the inbox of the email address associated with your AWS account." method=POST path=/signup referer= remote_addr="76.70.78.237:42422" request_id=0c3144e3-6da6-42d3-be9a-c8cd6168a55e
Aast
08/29/2021, 2:27 AMtinjaw
08/29/2021, 2:32 AMburggraf
08/29/2021, 2:51 AMBiondi Bagasta Wiko Putra
08/29/2021, 3:05 AMburggraf
08/29/2021, 3:07 AMjon.m
08/29/2021, 5:01 AMdoctorRuediger
08/29/2021, 7:04 AMdoctorRuediger
08/29/2021, 7:11 AMdoctorRuediger
08/29/2021, 7:11 AMwiesson
08/29/2021, 7:45 AM@company.com
and give them Full access via RLS. Somehow I have the feeling that this could lead in security issues - and also, maybe I'd like to users with non @company.com
user address as admins.
My best guess is to create a table: roles
with user_id
, role
(enum) (or is_admin
(boolean)) and check the relation with RLS. Are there better options that I might have missed?BitRain
08/29/2021, 9:56 AMsilentworks
08/29/2021, 10:11 AMpublic
schema they will show up in the web UI.