Recent content by matthewroscoe

  1. M

    Strange password problem. Hope someone can help.

    Hi, We recently decided to reset all email users' passwords. I used the: SELECT CONCAT_WS('@',mail.mail_name,domains.name),accounts.password FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND accounts.id=mail.account_id ORDER BY domains.name ASC; MySQL command to list the...
Back
Top