[GeoNode-users] User Account Registration

Alessio Fabiani alessio.fabiani at geo-solutions.it
Mon Jul 9 01:23:07 PDT 2018


Hi Julierme,
not sure I understood you question, however you are getting that message
due to this:

ACCOUNT_APPROVAL_REQUIRED = True

If you don't want admins to approve new accounts, you should toggle this to
False


Il giorno ven 6 lug 2018 alle ore 23:07 Julierme Pinheiro <
juliermeopensourcedeveloper at gmail.com> ha scritto:

> Dear GeoNode users and developers,
>
> I am trying to configure user registration for GeoNode at 2.8.0 according to
> page 864 in [1].
>
> Find bellow my settings.py:
>
> # prevent signing up by default
> ACCOUNT_OPEN_SIGNUP = True
> ACCOUNT_EMAIL_REQUIRED = True
> ACCOUNT_EMAIL_VERIFICATION = 'optional'
> ACCOUNT_EMAIL_CONFIRMATION_EMAIL = True
> ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True
> ACCOUNT_CONFIRM_EMAIL_ON_GET = True
> ACCOUNT_APPROVAL_REQUIRED = True
>
> and local_settings.py
>
> #Define email service on GeoNode
> EMAIL_ENABLE = True
>
> if EMAIL_ENABLE:
>     EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
> #    EMAIL_HOST = 'localhost'
> #    EMAIL_PORT = 25
>     EMAIL_HOST = 'smtp.gmail.com'
>     EMAIL_PORT = 587
>     EMAIL_HOST_USER = 'foo at gmail.com'
>     EMAIL_HOST_PASSWORD = 'bar'
>     EMAIL_USE_TLS = True
>     DEFAULT_FROM_EMAIL = 'my_geonode <no-reply at geonode.org>'
>
> When the user get registered the message bellow is displayed:
>
> Account Pending Approval
>
> We have sent the administrators a notice to approve your account
> associated with *somebody at gmail.com <somebody at gmail.com>*. If the account
> is approved, you will receive a confirmation notice.
>
> After setting the configuration above, the new user still unable to
> receive a confirmation e-mail from GeoNode admin and *foo at gmail.com
> <foo at gmail.com>* does not receive any notification e-mail about new
> registered users.
>
> Also, before entering to this topic, I registered to GeoNode Demo
> <http://master.demo.geonode.org/>, but I did not receive any confirmation
> e-mail.
>
> I wonder if I am missing any configuration.
>
> Any help on that will very appreciated.
>
> Thank you for your time in advance
>
> Kind regards
>
> Julierme
>
> [1] http://media.readthedocs.org/pdf/geonode/master/geonode.pdf
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>


-- 

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==
Ing. Alessio Fabiani

@alfa7691
Founder/Technical Lead


GeoSolutions S.A.S.
Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
phone: +39 0584 962313
fax:     +39 0584 1660272
mob:   +39 331 6233686


http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.


This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20180709/4f3f6e16/attachment.html>


More information about the geonode-users mailing list