------------------------------------------------------------ revno: 10688 committer: Lars Helge Ă˜verland <[email protected]> branch nick: dhis2 timestamp: Thu 2013-04-25 14:34:36 +0200 message: Minor modified: resources/sql/div.sql
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/sql/div.sql' --- resources/sql/div.sql 2013-03-20 12:40:07 +0000 +++ resources/sql/div.sql 2013-04-25 12:34:36 +0000 @@ -153,6 +153,10 @@ select userinfoid from usersetting where name='dashboardConfig') + +-- Reset password to "district" for account with given username + +update users set password='48e8f1207baef1ef7fe478a57d19f2e5' where username='admin'; -- Insert random org unit codes
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

