<div dir="ltr">Hi all<div><br></div><div>Is there a different procedure for older installations (4.x)? when following this I get "ERROR 1054 (42S22): Unknown column 'saltedpass' in 'field list'"</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 6, 2018 at 9:18 AM Daniel Grotti <<a href="mailto:dgrotti@sipwise.com">dgrotti@sipwise.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 bgcolor="#FFFFFF">
    Hi Jimmy,<br>
    just set NULL to the saltedpass column:<br>
    <br>
    update billing.admins set saltedpass=NULL where
    login='administrator';<br>
    <br>
    Then login again with default credentials and the saltedpass will be
    automatically reset again.<br>
    <br>
    Daniel<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    On 06/06/2018 01:05 AM, Jimmy wrote:<br>
    <blockquote type="cite">
      
      <pre>Hi, 

I have the same problem as outlined in the post quoted below. I have added an md5 hashed password to the md5pass column, though it appears that only the saltedpass column is being queried. Is that the case? If so how could I generate a salted password that would be accepted?

Thanks in advance,

Jimmy
<blockquote type="cite"><pre>Hi,
well the only way is to insert into DB billing.admins the right MD5 of
"administrator" and restore the default password.

Daniel




On 06/28/2014 11:17 PM, Ahmed Murad wrote:
><i>
</i>><i> Hi,
</i>><i>
</i>><i>
</i>><i> I have been testing and using Sipwise CE but I have unfortunately lost
</i>><i> the administrator password for the admin login, I changed this from
</i>><i> the default administrator/administrator
</i>><i>
</i>><i>
</i>><i> Is there anyway to retrieve this password?
</i>><i>
</i>><i>
</i>><i> Many thanks in advance.
</i>><i>
</i>><i>
</i>><i> Ahmed
</i>><i>
</i>><i>
</i>><i>
</i>><i>
</i>><i>
</i>><i> _______________________________________________
</i>><i> Spce-user mailing list
</i>><i> <a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">Spce-user at lists.sipwise.com</a>
</i>><i> <a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a>
</i></pre></blockquote>
</pre>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Spce-user mailing list
<a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a>
<a href="https://lists.sipwise.com/listinfo/spce-user" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a>
</pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a><br>
<a href="https://lists.sipwise.com/listinfo/spce-user" rel="noreferrer" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div>