-
Notifications
You must be signed in to change notification settings - Fork 66
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
fix: fixed spelling of verification in user_verification_email env #435
base: main
Are you sure you want to change the base?
fix: fixed spelling of verification in user_verification_email env #435
Conversation
@CodiumAI-Agent /review |
@CodiumAI-Agent /describe |
Titlefix: fixed spelling of verification in user_verification_email env User descriptionDescriptionFixed spelling of "VERIFICATION" in "USER_VERIFICATION_EMAIL" variable in .env.example Related IssueNoneType of Change
How Has This Been Tested?OSS users have been having to fix it themselves to get past the email verification feature. Checklist:
PR TypeBug fix Description
Changes walkthrough 📝
|
@@ -30,7 +30,7 @@ REDIS_URL=redis://redis:6379/0 | |||
# This environment variable is used to skip user email verification after signup. | |||
# Set to false for local testing. When set to true, ensure SMTP credentials are | |||
# configured correctly so that verification emails can be sent to users. | |||
USER_EMAIL_VERFICATION=false | |||
USER_EMAIL_VERIFICATION=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AngeloB-AIS can we please also make sure where this env is used, whether right spelling is being used or not?
Or have you already verified that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, just seeing this @sumitd94. The misspelling is only present in this .env.example file.
Description
Fixed spelling of "VERIFICATION" in "USER_VERIFICATION_EMAIL" variable in .env.example
Related Issue
NoneType of Change
How Has This Been Tested?
OSS users have been having to fix it themselves to get past the email verification feature.
Checklist:
feature
,bugfix
,hotfix
,release
,style
orchore
followed by/
and branch name e.gfeature/add-salesforce-connector