Results 1 to 5 of 5

Thread: Web IF user/password

  1. #1
    Junior Member
    Join Date
    Dec 2004
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Web IF user/password

    Running Black Hole V10, I need to know how to set the web if username/password, I have enabled password protection in the plugin but do not know how to modify default password.

    Does anyone know the location of the correct file so I can FTP a new password?

    Cheers

    Steve

  2. #2
    Member
    Join Date
    Apr 2009
    Posts
    65
    Thanks
    0
    Thanked 3 Times in 2 Posts
    Hi Steve
    I don't think you can modify the passwd of webif without modify the passwd of dreambox
    When you enable the passwd protection , it use the passwd of your dreambox

    /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/plugin.py ( open plugin.py with editor ) you will this this
    Code:
    class PasswordDatabase:
    	"""
    		this checks webiflogins agains /etc/passwd
    	"""
    	passwordfile = "/etc/passwd"
    now you knows where is stored the passwd but it's encrypted

    for change passwd of you're dreambox ( same of webif )
    connect with telnet
    and use command
    Code:
    passwd
    now tape 2x you're new passwd

    Regards
    NoMaD

  3. #3
    Junior Member
    Join Date
    Dec 2004
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts
    NoMad thanks for your help, I spent hours trying to find a file with reference to WebInterface/Plugin the other day in work without success.


    Cheers

    Steve

  4. #4
    Junior Member
    Join Date
    Dec 2004
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Strange, when I connect with Dreambox control centre I use the default user/password (root, dreambox) yet Webif failed to connect.

    Now I have changed the password it connects to Webif OK! Maybe it's a security protocol in Webif

    Regards

    Steve

  5. #5
    Junior Member
    Join Date
    Jan 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi m8s

    How do you enable password on webif? I tried but with no success.

    Thanks beforehand for any help

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •