|
From: Christian R. <ram...@ne...> - 2021-04-09 17:45:15
|
Hi Tim On 09.04.21 19:05, Tim Polimeni wrote: > Hello, I havent messed with my netdisco setup in some time as it was a > side project, I can't recall what I used for a login. Is there any way > that I can reset the UID password to regain access? > If you remove the admin flag from all users and run netdisco-deploy again, it will ask to create a new admin user: $ netdisco-do psql netdisco => update users set admin = false; UPDATE 4 (can be any number depending on table content) netdisco => \q $ netdisco-deploy This is the Netdisco 2 deployment script. <sniped...> So, is all of the above in place? [y/N]: y Would you like to deploy the database schema? [y/N]: y DB schema update complete. Updating statistics... done. We need to create a user for initial login. This user will be a full Administrator. Afterwards, you can go to Admin -> User Management to manage users. Username: : admin2 Password: : hunter2 Cheers Christian -- Christian Ramseyer, netnea ag Network Management. Security. OpenSource. |