phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.12k stars 135 forks source link

Password explanation #102

Closed Mte90 closed 2 years ago

Mte90 commented 2 years ago

I read the documentation but is not clear how to set the password if I am running the game from this repo and not the archive how I can set that one?

phyver commented 2 years ago

You cannot easily change the password when running GameShell directly from the repository. (The password's hash is kept in kept in start.sh and the archive.sh script modifies this file in the archive.)

I never felt it was a feature worth spending some time on, but if there is a use case, we can probably find a solution.

phyver commented 2 years ago

Let's close that for the moment. Re-open it if you think this feature is worth implementing.