Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
Fixed Masked SettingType
This closes https://github.com/RocketChat/Rocket.Chat.Apps-engine/issues/238
The fix/hack I've added is to append a PASSWORD attribute to the SettingType enum and used it in the provideSetting configuration.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.
:white_check_mark: ashnove
:white_check_mark: d-gubert
:x: casalsgh
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Is this a duplicate of #577?
Is this a duplicate of #577?
Seems like it
Just the first part - My PR only adds password to the list, but doesn't change any setting to use it.