Hello,
I've been using openemm for abotu a year now with no problems. However I started to ahve a problem today. When I click save on a mailing it sometimes does nothign - the text is not updated. The only way I can guarantee it works is to log out, log back in again as it always works on my first ...
Search found 3 matches
- Tue Nov 09, 2010 6:21 pm
- Forum: Bugs, bug fixes & releases
- Topic: Error creating Mailing
- Replies: 2
- Views: 11710
- Wed Jan 21, 2009 3:10 am
- Forum: Using OpenEMM
- Topic: Lost Admin Password
- Replies: 2
- Views: 3281
More tracking
Looking at the logs it seems that the MD5 hash which is being scanned for in the db is not the same MD5 that I get from mysql or md5sum. Looking at that - is the login page doing some kind of 'funky' md5 cacluculation?
Neil
Neil
- Wed Jan 21, 2009 1:46 am
- Forum: Using OpenEMM
- Topic: Lost Admin Password
- Replies: 2
- Views: 3281
Lost Admin Password
Hello,
We have lost the admin password for our openemm install. I followed the instructions on inserting the md5 of the password directly into the mysql db as follows:
mysql -u root [-p if password exists]
use openemm
select md5("secret");
update admin_tbl set pwd_hash ...
We have lost the admin password for our openemm install. I followed the instructions on inserting the md5 of the password directly into the mysql db as follows:
mysql -u root [-p if password exists]
use openemm
select md5("secret");
update admin_tbl set pwd_hash ...
