Hi,
On 1/9/12 12:25 AM, Ben WIlliams wrote:
Is it possible to make Siremis store passwords in plaintext?
siremis stores plaintext password, but I assume you want not to store.
At this moment there is no config option for that, it will store plain
text. You can update in the php file
siremis
Is it possible to make Siremis store passwords in plaintext? I've just
converted to hashed passwords as well and
kamctlrc has STORE_PLAINTEXT_PW=0 but Siremis is still storing
passwords in plaintext.
On Wed, Jan 4, 2012 at 12:28 AM, Ali Jawad wrote:
> Did trigger an email to fast this time, for p
Did trigger an email to fast this time, for people who might get here
using Google
modparam("auth_db", "calculate_ha1", yes)
should be
modparam("auth_db", "calculate_ha1", 0)
On Tue, Jan 3, 2012 at 1:03 PM, Ali Jawad wrote:
> Hi All
> We are using plain text passwords for authentication, for the
Hi
I must add at log level 3 I get this error
7(17642) DEBUG: auth [challenge.c:102]: build_challenge_hf:
realm='register.nymgo.com'
7(17642) DEBUG: auth [challenge.c:244]: auth: 'WWW-Authenticate:
Digest realm="register.mydomain.com",
nonce="TwLkEk8C4uaGawXB1G3p4AfjIGPhpa3T"
'
7(17642) DEBUG:
Hi All
We are using plain text passwords for authentication, for the obvious
reasons we want to change to hashed passwords so first I executed the
following on the SQL server :
update subscriber set ha1 = md5(concat(username, ':', domain, ':',
password)), ha1b = md5(concat(username, '@', domain, '