Guest User

Untitled

a guest
Oct 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. root@ibs-Test:/usr/local/IBSng# git diff scripts/setup.py
  2. diff --git a/scripts/setup.py b/scripts/setup.py
  3. index 061850c..513d004 100755
  4. --- a/scripts/setup.py
  5. +++ b/scripts/setup.py
  6. @@ -278,7 +278,7 @@ def changeSystemPassword(stdscr,menu,log):
  7. passwd_obj=password_lib.Password(password)
  8. try:
  9. con=getDBConnection()
  10. - con.query("update admin set admin_password='%s' where admin_username='system'"%passwd_obj.getMd5Crypt())
  11. + con.query("update admin set admin_password='%s' where admin_username='parspooyesh'"%passwd_obj.getMd5Crypt())
  12. con.close()
  13. log.write("SUCCESS: Password For System Changed.")
  14. log.write("You should (re)start IBSng to change take effect.")
Add Comment
Please, Sign In to add comment