This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Password change

How can i change the root and the loginuser password when only remembering the (web)admin password??  


This thread was automatically locked due to age.
Parents
  • ASL is a linux based, and you should be able to boot it up in single user mode. When the OS is in single user "state" you are root. Use the passwd command to change the root password. Then you could passwd loginuser to change the loginusers password.

    Try google for this issue!

    I assume you dont have password protectet the bootloader..

    LHE  
  • Differant way to do it in Single user mode...

    edit /etc/wfe/conf/settings & change

    reset_pwd = 0 to reset_pwd = 1

    reboot & goto the webadmin, it'll then ask you to enter new passwords for root/loginuser/admin/boot loader 
Reply
  • Differant way to do it in Single user mode...

    edit /etc/wfe/conf/settings & change

    reset_pwd = 0 to reset_pwd = 1

    reboot & goto the webadmin, it'll then ask you to enter new passwords for root/loginuser/admin/boot loader 
Children