<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi Julierme,
<div><br /></div>
<div>few comments about what I can see from that site:</div>
<div><br /></div>
<div>
<ul>
<li>Login with admin/admin actually doesn’t work but it is strange</li>
<li>Apparently your installation doesn’t look like to come from a docker standard deploy as normally I do have geoserver from the root in a /geoserver location while I’m seeing it published in a different public port (8080)</li>
<li>Also you geoserver instance doesn’t have the geonode login button which is still stranger</li>
</ul>
<div><br /></div>
</div>
<div>Are you totally sure it does come from a geonode-project deployed with the docker installation method?</div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Il 26 mar 2019, 22:58 +0100, Julierme Pinheiro <juliermeopensourcedeveloper@gmail.com>, ha scritto:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div dir="ltr">
<div dir="ltr">You can see here <span><a href="http://iamgeo.com.br/">http://iamgeo.com.br/</a><br /></span></div>
<div dir="ltr"><span><br /></span></div>
<div><span>Kind regards</span></div>
<div><span><br /></span></div>
<div><span>Julierme<br /></span></div>
</div>
<br />
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 6:56 PM Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com">juliermeopensourcedeveloper@gmail.com</a>> wrote:<br /></div>
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">
<div dir="ltr">And no Caps Lock on.<br /></div>
<br />
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 6:55 PM Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>> wrote:<br /></div>
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #3498db;">
<div dir="ltr">
<div>And geoserver response while liging in:</div>
<div><br /></div>
<div><span>Invalid username/password combination.</span></div>
</div>
<br />
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 6:53 PM Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>> wrote:<br /></div>
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #d35400;">
<div dir="ltr">
<div>Hi Francesco,</div>
<div><br /></div>
<div>Thank you very much for your reply. Look at this response. I did not do any change at all:</div>
<div><br /></div>
<div>
<div id="gmail-m_-7321937725728639248gmail-m_6818933209320579769gmail-m_-7808817989637644304gmail-summary">
<h1>Forbidden <span>(403)</span></h1>
<p>CSRF verification failed. Request aborted.</p>
<p>You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.</p>
<p>If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for 'same-origin' requests.</p>
</div>
<div id="gmail-m_-7321937725728639248gmail-m_6818933209320579769gmail-m_-7808817989637644304gmail-info">
<h2>Help</h2>
<p>Reason given for failure:</p>
<pre>    CSRF cookie not set.
    </pre>
<p>In general, this can occur when there is a genuine Cross Site Request Forgery, or when <a href="https://docs.djangoproject.com/en/1.11/ref/csrf/" target="_blank">Django's CSRF mechanism</a> has not been used correctly. For POST forms, you need to ensure:</p>
<ul>
<li>Your browser is accepting cookies.</li>
<li>The view function passes a <code>request</code> to the template's <a href="https://docs.djangoproject.com/en/dev/topics/templates/#django.template.backends.base.Template.render" target="_blank"><code>render</code></a> method.</li>
<li>In the template, there is a <code>{% csrf_token %}</code> template tag inside each POST form that targets an internal URL.</li>
<li>If you are not using <code>CsrfViewMiddleware</code>, then you must use <code>csrf_protect</code> on any views that use the <code>csrf_token</code> template tag, as well as those that accept the POST data.</li>
<li>The form has a valid CSRF token. After logging in in another browser tab or hitting the back button after a login, you may need to reload the page with the form, because the token is rotated after a login.</li>
</ul>
<p>You're seeing the help section of this page because you have <code>DEBUG = True</code> in your Django settings file. Change that to <code>False</code>, and only the initial error message will be displayed.</p>
<p>You can customize this page using the CSRF_FAILURE_VIEW setting.</p>
</div>
<div>I appreciated your reply.</div>
<div><br /></div>
<div>Julierme<br /></div>
</div>
</div>
<br />
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 6:37 PM Francesco Bartoli <<a href="mailto:xbartolone@gmail.com" target="_blank">xbartolone@gmail.com</a>> wrote:<br /></div>
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #34495e;">
<div>
<div name="messageBodySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">Hi Julierme,
<div><br /></div>
<div>I’m right now on a geonode-project based code and the login is working well for me.</div>
<div><br /></div>
<div>Francesco</div>
</div>
<div name="messageReplySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">Il 26 mar 2019, 22:30 +0100, Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>>, ha scritto:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #2ecc71;">
<div dir="ltr">
<div>Dear users and developers,</div>
<div><br /></div>
<div>I just installed via Docker a brand new master geonode-project on a Ubuntu18.04lTS server and after installation I could not do a login either through geonode and geoserver default credentials:</div>
<div>admin admin</div>
<div>admin geoserver.</div>
<div><br /></div>
<div>Has anyone faced the same issue? Did the default credentials change?</div>
<div><br /></div>
<div>I appreciated your time.</div>
<div><br /></div>
<div>Kind regards</div>
<div><br /></div>
<div>Julierme<br /></div>
<div><br /></div>
<div><br /></div>
<div><br /></div>
<div><br /></div>
</div>
_______________________________________________<br />
geonode-users mailing list<br />
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br />
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br /></blockquote>
</div>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
</div>
</body>
</html>