<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">juliermeopensourcedeveloper@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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_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_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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<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;padding-left:10px;border-left:thin solid rgb(26,188,156)">
<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>