<div dir="ltr"><div>Dear GeoNode users and developers,</div><div><br></div><div>I am trying to configure user registration for GeoNode@2.8.0 according to page 864 in [1].</div><div><br></div><div>Find bellow my settings.py:</div><div><br></div><div># prevent signing up by default<br>ACCOUNT_OPEN_SIGNUP = True<br>ACCOUNT_EMAIL_REQUIRED = True<br>ACCOUNT_EMAIL_VERIFICATION = 'optional'<br>ACCOUNT_EMAIL_CONFIRMATION_EMAIL = True<br>ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True<br>ACCOUNT_CONFIRM_EMAIL_ON_GET = True<br>ACCOUNT_APPROVAL_REQUIRED = True</div><div><br></div><div>and local_settings.py</div><div><br></div><div>#Define email service on GeoNode<br>EMAIL_ENABLE = True<br><br>if EMAIL_ENABLE:<br>    EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'<br>#    EMAIL_HOST = 'localhost'<br>#    EMAIL_PORT = 25<br>    EMAIL_HOST = '<a href="http://smtp.gmail.com">smtp.gmail.com</a>'<br>    EMAIL_PORT = 587<br>    EMAIL_HOST_USER = '<a href="mailto:foo@gmail.com">foo@gmail.com</a>'<br>    EMAIL_HOST_PASSWORD = 'bar'<br>    EMAIL_USE_TLS = True<br>    DEFAULT_FROM_EMAIL = 'my_geonode <<a href="mailto:no-reply@geonode.org">no-reply@geonode.org</a>>'<br></div><div><br></div><div>When the user get registered the message bellow is displayed:</div><div><br></div><div><div class="gmail-col-md-8">
        

<div class="gmail-page-header">
  <h2>Account Pending Approval</h2>
</div>

    <p>We have sent the administrators a notice to approve your account associated with <b><a href="mailto:somebody@gmail.com">somebody@gmail.com</a></b>. If the account is approved, you will receive a confirmation notice.</p><p>After setting the configuration above, the new user still unable to receive a confirmation e-mail from GeoNode admin and <b><a href="mailto:foo@gmail.com">foo@gmail.com</a></b> does not receive any notification e-mail about new registered users.</p><p>Also, before entering to this topic, I registered to <a href="http://master.demo.geonode.org/">GeoNode Demo</a>, but I did not receive any confirmation e-mail.</p><p>I wonder if I am missing any configuration.</p><p>Any help on that will very appreciated.</p><p>Thank you for your time in advance</p><p>Kind regards</p><p>Julierme<br></p><br></div>[1] <a href="http://media.readthedocs.org/pdf/geonode/master/geonode.pdf">http://media.readthedocs.org/pdf/geonode/master/geonode.pdf</a><br></div><div><br></div><div><br></div></div>