Skip to content

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.

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.

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

@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