Questions and Answers

0 Like 0 Dislike

Christinger Tomer

Re: Default Admin Access

I’ve installed Hubzero on a server, using the Debian code and not the VM, but cannot login because I cannot identify the default password for admin. Where can I get this information?

Thanks.

Chris Tomer

Report abuse

2 Responses

  1. 0 Like 0 Dislike

    Lotfi Daoua

    You can create new admin account via the database console (phpmyadmin) by using this mysql query

    ^ INSERT INTO jos_users (name, username, password, params)

    VALUES (‘Administrator2’, ‘admin2’, ‘d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199’, );

    INSERT INTO jos_user_usergroup_map (user_id,`group_id`) VALUES (LAST_INSERT_ID(),‘8’); ^

    the new admin account will be username: admin2 and password: secret

    you can change theses creditential after recovery the administration interface

    Reply Report abuse

    Please login to answer the question.

  2. 0 Like 0 Dislike

    Nicholas J. Kisseberth

    After a package-based install several passwords used during installation will be stored in /etc/hubzero.secrets (must be root to read the file).

    Reply Report abuse

    Please login to answer the question.

  • Copyright © 2022 Hubzero
  • Powered by Hubzero®