-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change 6-digit code to an email link during signup #58
Comments
@vmatsiiako hi Vlad, I am new to OSS contributing, hoping to pick up my first issue. Do you know if this has been done yet? |
hey @khoa! Excited for you to join our community and hopefully contribute to Infisical. You should also consider joining our Slack for contributors. Here is the link: https://infisical.com/slack I think this would be a great issue. I'd love to hear what @dangtony98 thinks about it too. |
@vmatsiiako do you know how I can setup the email/SMTP? I used to just use my own personal gmail/password and put it in .env file. However, Google recently disabled/deprecated the ability to allow for less secure app access, so I am not sure if there is alternative or if there is shared email account from Infisical for this purpose. |
I see. @dangtony98 do you have any ideas for how we could get around this? I think you might be able to sue the free version of sendgrid |
@vmatsiiako from what I just dig around, sendgrid seems to offer SMTP server instead of giving you a free email.
I made sure to put the correct email/password yet it did not send me the email for 6-digit code (step 2 of signup) |
If you want to configure SMTP for local development, you can simply use the mailhog details below to your .env
All mail will then be sent here http://localhost:8025/ |
@khoa165 You should read the documentation we have for configuring Infisical with various email providers here: https://infisical.com/docs/self-hosting/configuration/email We support SendGrid, AWS SES, Mailgun, and a number of other confirmed providers if you wish to set up emailing outside of the development mailing server :) |
Ahhhh @dangtony98 thanks for the info. I was just trying to do local development and the variables that Maidul provided are working for me. |
@vmatsiiako I would love to work on this issue. Can you assign it to me ? |
Feature description
During signup, users get an email with a 6-digit code that they later need to copy and paste into the next signup step. Ideally, we would not to substitute it to an email link that people click and it automatically opens up the next signup step (after verifying that the link is correct).
Why would it be useful?
Links are both more secure and effortless than 6-digit codes. This would be very good to have!
The text was updated successfully, but these errors were encountered: