<div dir="ltr">Hi,<div><br></div><div>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 <a href="https://github.com/GeoNode/geonode/issues/2114">https://github.com/GeoNode/geonode/issues/2114</a>. How do I enable notifications given I used the quick install method?  </div><div><br></div><div><div>The steps I followed to configure email server and user registration were </div><div>   </div><div>      Open config file::</div><div>  </div><div>            sudo nano /etc/geonode/local_settings.py</div><div>   </div><div>      Locate the following email and user registration settings:: </div><div>      </div><div>            #REGISTRATION_OPEN = False</div><div>            #ACCOUNT_APPROVAL_REQUIRED = False</div><div><br></div><div>            #ACCOUNT_EMAIL_CONFIRMATION_EMAIL = False</div><div>            #ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False</div><div>            </div><div>            ...</div><div><br></div><div>            # Uncomment the following to receive emails whenever there are errors in GeoNode</div><div>            # or to be notified of new user requests when ACCOUNT_APPROVAL_REQUIRED has been set.</div><div>            #ADMINS = (</div><div>            #            ('John', '<a href="mailto:john@example.com">john@example.com</a>'),</div><div>            #         )</div><div><br></div><div>            # Uncomment the following to use a Gmail account as the email backend</div><div>            #EMAIL_USE_TLS = True</div><div>            #EMAIL_HOST = '<a href="http://smtp.gmail.com">smtp.gmail.com</a>'</div><div>            #EMAIL_HOST_USER = '<a href="mailto:youremail@gmail.com">youremail@gmail.com</a>'</div><div>            #EMAIL_HOST_PASSWORD = 'yourpassword'</div><div>            #EMAIL_PORT = 587</div><div>            </div><div>      Update these settings according to your requirements. Then do the following to ensure works:</div><div>      </div><div>            sudo geonode syncdb</div><div>            sudo service apache2 restart</div><div>            sudo service tomcat7 restart</div></div><div><br></div><div>[[This does not work as "notification" module not enabled in django settings file]] <br></div><div><br></div><div><h1>ProgrammingError at /account/signup/</h1><pre class="exception_value">relation "notification_noticetype" does not exist
LINE 1: ...iption", "notification_noticetype"."default" FROM "notificat...</pre><pre class="exception_value"><br></pre><pre class="exception_value">Regards</pre><pre class="exception_value">Adam</pre></div></div>