> now I have a second account with a password. > I don´t know this password to log into it. > > (password (crypt "firsttimepass" "$6$abc")) > > how can I find out the password?
The "firsttimepass" will be the "initial" password of the new account. After that I just usually use passwd to change the account password into something not written in cleartext. The "guix system reconfigure" command does not change the password for existing users, only sets them for the created ones. -- Hope that helps, Ignas Lapėnas