kitovu-bot / kitovu

OpenHSR Connect 2
GNU General Public License v3.0
5 stars 2 forks source link

set-password command #57

Open bytinbit opened 6 years ago

bytinbit commented 6 years ago

Currently, it's not possible to re-set a password. We want a set-password-command that asks for a new password.

This might need a bigger refactoring, since the plugins fetch the password themselves. We need something like a "set-password" in the plugin API or something like a password-identifier + password-prompt in the plugin API, where the plugin gets the password via the core-part (during "configure").