[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!
Reply
  • 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!
Children