Menu

Reset admin password?

Help
Marie
2011-11-05
2020-07-25
  • Marie

    Marie - 2011-11-05

    Hello,

    I have managed to forget my admin password. How do I reset/change it?

    Sister Marie
    Convent of St Dominic

     
  • Hans van der Weij

    Hello Sister Marie,

    The following MySQL command will restore the password for admin to admin

    use `OpenBiblio`;
    update staff set pwd=md5('admin') where username='admin';
    
     
  • Marie

    Marie - 2011-11-07

    THANKS A MILLION Worked like a charm.

    /Sr M

     
  • Anonymous

    Anonymous - 2015-10-13

    Me too - thank you - spent hours begore reading your post - other similar sql function did not work

     
  • Anonymous

    Anonymous - 2020-07-25
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2020-10-20
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel