Open morgzz opened 8 years ago
No doubt @astorije would be along shortly to do this, but have you looked at thelounge/lounge, Shout's community maintained fork? It's under much more active development, so if you propose this there it's much more likely to happen. 😄
Btw I posted an issue on at thelounge !353. The short, I'm just going to building a PHP API library to bridge this capability. I'll publish publicly when it's ready. Thanks for replying.
Just got to say this app is EPIC.
Anyhow.. I was going to setup a PHP script to execute the add/modify user command(s) but noticed it requires a user to then enter a password securely in the terminal. The documentation look like it allowed a password to be entered in as a parameter but does not currently behave this way.
Examples: shout add [user] with no password would then prompt the user to enter a password this is how this behaves now
shout add [user] [password] will not prompt the user to enter a password.
Can this behavior be added in?