<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Irland,<div><br></div><div>I’m not sure about what you are trying to do.</div><div>However, I am very confident that migrating a plain text user/password is not a good idea and not very safe. It’s better for you to reconsider.</div><div><br></div><div>Your proposed method imply that you have a database of user and password in plaintext, and you want to move it over directly into the database. It’s technically possible using Django’s python code, by using the Profile model. Add/Find your user and change your password, and then model.save(). If you have bulk of users, you can just create a python scripts to import them all. </div><div><br></div><div>But, as I’ve told you before, it’s generally better to have a list of user/email, then send them a password reset link via email so that they can input the passwords themselves. </div><div><br></div><div>Regards,<br>—<br><div dir="ltr">Rizky Maulana Nugraha</div><div dir="ltr"><br><blockquote type="cite">On 16 Sep 2021, at 13.13, irland fardani <irlan128@gmail.com> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,</div><div dir="ltr"><br><div>I tried to inject user and password geonode from another application</div><div>When i see the geonode database, the user is store in <span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">people_profile table</span></div><div><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">I want to ask, what kind of encryption that convert the password? so i can inject the password to the password field in the postgre</span></div><div><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><br></span></div><div><div><image.png></div><br></div><div><br></div><div>I tried to read the documentation, but no clue about the password encryption that is used in geonode</div><div>Is anyone know about this information?</div><div>Thanks</div><div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Irland Fardani M.T.<br>P<a href="http://planologi.unisba.ac.id/" target="_blank">rogram Studi Perencanaan Wilayah Kota</a><br><a href="http://planologi.unisba.ac.id/" target="_blank">Fakultas Teknik</a><br><a href="http://planologi.unisba.ac.id/" target="_blank">Universitas Islam Bandung</a><br>Hatur Nuhun<br><br></div></div></div></div></div></div></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid #d3d4de">
        <tbody><tr>
        <td style="width:55px;padding-top:13px"><a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;" data-unique-identifier=""></a></td>
                <td style="width:470px;padding-top:12px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank" style="color:#4453ea">www.avg.com</a>
                </td>
        </tr>
</tbody></table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
<span>_______________________________________________</span><br><span>geonode-users mailing list</span><br><span>geonode-users@lists.osgeo.org</span><br><span>https://lists.osgeo.org/mailman/listinfo/geonode-users</span><br></div></blockquote></div></body></html>