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
At the moment, passwords cannot be changed in the UI (see erming/shout#359 and erming/shout#63) but only from the CLI. It means this role must permit password changes. This is critical as right now passwords set at user configuration creation will be kept forever.
I am wondering what would be the best option here. I am leaning towards leaving the template installation of user configurations un-forced (to prevent network/channel destruction) and a lineinfile call for the password specifically. Any better ideas?
The text was updated successfully, but these errors were encountered:
At the moment, passwords cannot be changed in the UI (see erming/shout#359 and erming/shout#63) but only from the CLI. It means this role must permit password changes. This is critical as right now passwords set at user configuration creation will be kept forever.
I am wondering what would be the best option here. I am leaning towards leaving the
template
installation of user configurations un-force
d (to prevent network/channel destruction) and alineinfile
call for the password specifically. Any better ideas?The text was updated successfully, but these errors were encountered: