You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: