Skip to content
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

Remove email related settings and disable email verification #224

Merged

Conversation

jarifibrahim
Copy link
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.

LOGIN_REDIRECT_URL = "/"

CRISPY_TEMPLATE_PACK = 'bootstrap3'

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

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

Coverage Status

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

@coveralls
Copy link

Coverage Status

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

@coveralls
Copy link

Coverage Status

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

EMAIL_HOST_USER = 'email'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
Copy link
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
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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 587
EMAIL_USE_TLS = True

Choose a reason for hiding this comment

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

blank line contains whitespace

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@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.

None yet

4 participants