Menu

Changing user passwords?

2003-11-20
2003-11-20
  • eddycurrents

    eddycurrents - 2003-11-20

    Is there a way to change passwords, especially operator?

    I did it in mysql:

    update poc_user_account set password="newpassword" where user="operator";

    Is there a way using the GUI?

     
    • Michael Oertel

      Michael Oertel - 2003-11-20

      > I did it in mysql:
      > update poc_user_account set
      > password="newpassword" where user="operator";
      that's a passable way, but using the user profile is more comfortable. You can find it, if you are logged in, on the lower right corner of your browser.

      -letreo

       
    • eddycurrents

      eddycurrents - 2003-11-20

      Oh there is the password in the profile window... near the top! :)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.