← Back to team overview

dhis2-devs team mailing list archive

[Bug 1526242] [NEW] changing the password of admin user to district

 

Public bug reported:

Hello all,

Can someone please help me with the sql query to change the password of
the admin user to district.I have an old one that i have been using but
when i used it now,it is not.Can someone please help me with the updated
one.The previous one that i was using is shown below.

UPDATE users 
set password = '48e8f1207baef1ef7fe478a57d19f2e5' 
where username = 'admin';

** Affects: dhis2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1526242

Title:
  changing the password of admin user to district

Status in DHIS:
  New

Bug description:
  Hello all,

  Can someone please help me with the sql query to change the password
  of the admin user to district.I have an old one that i have been using
  but when i used it now,it is not.Can someone please help me with the
  updated one.The previous one that i was using is shown below.

  UPDATE users 
  set password = '48e8f1207baef1ef7fe478a57d19f2e5' 
  where username = 'admin';

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1526242/+subscriptions


Follow ups