1 (edited by beckspaced 2017-07-03 23:35:59)

Topic: dbmailadmin 1.1.2 HELP with store password in plain

I'm running the latest dbmailadmin 1.1.2, see http://dbmailadmin.org/download.html

I need to set passwords in plain text instead of md5.
in /libs/settings.py i found a few options

STORE_PASSWORD_IN_PLAIN = False
SQL_DEFAULT_PASSWD_SCHEME = 'MD5'

but if i do change them in my settings.ini to

STORE_PASSWORD_IN_PLAIN = True
SQL_DEFAULT_PASSWD_SCHEME = 'PLAIN'

it doesn't change a thing and passwords are still stored as MD5 hash

I know it worked some time back and I got a small checkbox displayed, saying 'store passwords in plain text'

I posted a while ago already here in the forum:

http://www.iredmail.org/forum/topic4167 … plain.html

But the problem still exists.
Please help to make things work again wink

And thanks a lot for such a nice piece of free software!

Thanks & greetings
Becki

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: dbmailadmin 1.1.2 HELP with store password in plain

Did you restart Apache or uwsgi service to load modified config file?