<div dir="ltr"><div dir="ltr">Hi Marcel,</div><div dir="ltr"><br></div><div>We should remove <span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px">MCHttpRepository>>'user' and 'password' instVars entirely, and simply stick with #</span>userAndPasswordFromSettingsDo:.</div><div><br></div><div>When they select 'edit repository info' function of the Repository menu, it should update the prefs file.</div><div><br></div><div>We should not store id's and passwords in the image.</div><div><br></div><div>Best,</div><div>  Chris</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 5, 2020 at 9:27 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</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 id="gmail-m_5560413202003236745gmail-m_-1340089790796058788__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">Hi all!<div></div><div><br></div><div>How to update MCHttpRepository >> #clearCredentials?</div><div><br></div><div><div>clearCredentials</div><div><span style="white-space:pre-wrap">      </span>user ifNotNil: [user atAllPut: $x].</div><div><span style="white-space:pre-wrap">      </span>password ifNotNil: [password atAllPut: $x].</div><div><span style="white-space:pre-wrap">      </span>user := password := String empty</div></div><div><br></div><div>Make those strings not be read-only?</div><div><br></div><div>Best,</div><div>Marcel</div></div><br>
</blockquote></div>
</div>