Skip to content

Remove email related settings and disable email verification#224

Merged
tapaswenipathak merged 3 commits intoOpenSourceHelpCommunity:predevfrom
jarifibrahim:remove-email
Dec 16, 2018
Merged

Remove email related settings and disable email verification#224
tapaswenipathak merged 3 commits intoOpenSourceHelpCommunity:predevfrom
jarifibrahim:remove-email

Conversation

@jarifibrahim
Copy link
Copy Markdown
Member

We do not need email verification for new users right now.
Let's try to make sure basic features work well before adding optional features.

With the PR, email verification is disabled.

Comment thread oshc/oshc/settings.py Outdated
CRISPY_TEMPLATE_PACK = 'bootstrap3'

# Allauth settings
ACCOUNT_EMAIL_VERIFICATION = None # Disable email verification of new user
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least two spaces before inline comment

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 72.269% when pulling 04f0e82 on jarifibrahim:remove-email into 3741eed on OpenSourceHelpCommunity:predev.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 72.269% when pulling 3c2c8a4 on jarifibrahim:remove-email into 3741eed on OpenSourceHelpCommunity:predev.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 72.269% when pulling 3c2c8a4 on jarifibrahim:remove-email into 3741eed on OpenSourceHelpCommunity:predev.

Comment thread oshc/oshc/settings.py
EMAIL_HOST_USER = 'email'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to try please go ahead and merge to predev, we need to make sure necessary issues are open. refing #222 (review).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also have #202, we will keep this open and I feel fine with closing the mini ones, no probs.

Comment thread oshc/oshc/settings.py Outdated
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 587
EMAIL_USE_TLS = True

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace

@tapaswenipathak tapaswenipathak merged commit d84a0b7 into OpenSourceHelpCommunity:predev Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants