[7.450][BUG][FIXED] Unable to reset admin password or logon

Warning, DO NOT RESET Passwords, you will not have web access.
When I selected "Reset All Passwords" in the web interface and the page reloads, it comes to a reset admin password page.   Every time I reset the password it loops to the reset password page again.  Verified this on two installation of Beta.

Anyone know how to get past this looping problem?
Parents
  • Warning, DO NOT RESET Passwords, you will not have web access.
    When I selected "Reset All Passwords" in the web interface and the page reloads, it comes to a reset admin password page.   Every time I reset the password it loops to the reset password page again.  Verified this on two installation of Beta.

    Anyone know how to get past this looping problem?


    I can't reproduce this here. Which browser are you using?

    You can also try to set the admin password with cc:
    cc admin_pw_setup password
    (This only works if the password is currently unset)
  • I can't reproduce this here. Which browser are you using?

    You can also try to set the admin password with cc:
    cc admin_pw_setup password
    (This only works if the password is currently unset)


    I did reboot.

    I've tried to access the web interface with IE8 and FF3.

    Found a work around using your recommendation using cc admin_pw_setup:

    1.  Had to reset Root using:
    default init=/bin/bash
    at the prompt entered "passwd" to change password.

    2. Reboot

    3. Log in as Root and enter

    cc
    RAW
    system_password_reset
    then hit ctrl + c

    4. Enter cc admin_pw_setup "password"

    you can't enter a sophisticated password but it did the trick and I can access the web interface again.

    Thanks for the help!
  • I did reboot.

    I've tried to access the web interface with IE8 and FF3.

    Found a work around using your recommendation using cc admin_pw_setup:


    Interesting that this worked since that is basically what webadmin does call,. too.
    And as I said I can't reproduce the bug here.

    Can you reproduce it? I.e. could you leave open a console session as root
    (to not have to do the init=/bin/sh dance), then trigger the password reset either via
    webadmin or cc and see whether the same problem reoccurs?
  • Interesting that this worked since that is basically what webadmin does call,. too.
    And as I said I can't reproduce the bug here.

    Can you reproduce it? I.e. could you leave open a console session as root
    (to not have to do the init=/bin/sh dance), then trigger the password reset either via
    webadmin or cc and see whether the same problem reoccurs?


    I reset all passwords by webadmin and the same thing happened...stuck in a loop on the change password page.

    I also reset passwords by system_password_reset and the same thing happened...stuck in a loop on the change password page.

    Had to use cc admin_pw_setup to get access again on both tests.

    I tested on two independent builds with the same results.
Reply Children