syntaxseed / terminalfaker

Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.
MIT License
51 stars 20 forks source link

Optional config to require a login to access the terminal. #4

Open syntaxseed opened 5 years ago

syntaxseed commented 5 years ago

Terminal boot process completes then prompts for username then password.

Password should be hashed so not visible from view source.

This setting will be part of the config in the index.html page when setting up the terminal.

oskar-kupski-elpassion commented 5 years ago

happy to help with this one