[GeoNode-users] Geonode account registrations don't work

Adam Lawrence alaw005 at gmail.com
Fri Mar 10 02:36:23 PST 2017


Hi, thank  you for the advice. Can you please advise how to access the
installed apps settings if I've used the PPA install method or is that not
possible?

On 10 March 2017 at 21:55, Simone Dalmasso <simone.dalmasso at gmail.com>
wrote:

> Hi, you have to also uncomment "notifications" in the settings installed
> apps. then run syncdb. If that is missing from the doc then we need to fix
> it.
>
> 2017-03-10 5:09 GMT+01:00 Adam Lawrence <alaw005 at gmail.com>:
>
>> Hi,
>>
>> I have using the Ubuntu PPA install of geonode but user registration does
>> not work. I get the error below and understand that the "notifications"
>> module is not enabled in python, e.g. refer
>> https://github.com/GeoNode/geonode/issues/2114. How do I enable
>> notifications given I used the quick install method?
>>
>> The steps I followed to configure email server and user registration were
>>
>>       Open config file::
>>
>>             sudo nano /etc/geonode/local_settings.py
>>
>>       Locate the following email and user registration settings::
>>
>>             #REGISTRATION_OPEN = False
>>             #ACCOUNT_APPROVAL_REQUIRED = False
>>
>>             #ACCOUNT_EMAIL_CONFIRMATION_EMAIL = False
>>             #ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False
>>
>>             ...
>>
>>             # Uncomment the following to receive emails whenever there
>> are errors in GeoNode
>>             # or to be notified of new user requests when
>> ACCOUNT_APPROVAL_REQUIRED has been set.
>>             #ADMINS = (
>>             #            ('John', 'john at example.com'),
>>             #         )
>>
>>             # Uncomment the following to use a Gmail account as the email
>> backend
>>             #EMAIL_USE_TLS = True
>>             #EMAIL_HOST = 'smtp.gmail.com'
>>             #EMAIL_HOST_USER = 'youremail at gmail.com'
>>             #EMAIL_HOST_PASSWORD = 'yourpassword'
>>             #EMAIL_PORT = 587
>>
>>       Update these settings according to your requirements. Then do the
>> following to ensure works:
>>
>>             sudo geonode syncdb
>>             sudo service apache2 restart
>>             sudo service tomcat7 restart
>>
>> [[This does not work as "notification" module not enabled in django
>> settings file]]
>>
>> ProgrammingError at /account/signup/
>>
>> relation "notification_noticetype" does not exist
>> LINE 1: ...iption", "notification_noticetype"."default" FROM "notificat...
>>
>>
>> Regards
>>
>> Adam
>>
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>
>>
>
>
> --
> Simone
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170310/2f0cbbf7/attachment-0001.html>


More information about the geonode-users mailing list