Handle `password` field type for plugin configuration
See original GitHub issueIt would be great to be able to store a password in a secure way in the plugins configuration.
Example:
password: {
title: 'Password',
type: 'password',
required: true
},
This consists of 2 components:
- Add an
ajv
definition for typepassword
- Use
bcrypt
to store the encrpyted password
Related to wulkano/kap/pull/623
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Handle password field type for plugin configuration #637
I think I'm missing something. Wouldn't the point of saving the password in the config be to use it at some point in...
Read more >Mask Passwords - Jenkins Plugins
This plugin allows masking passwords that may appear in the console. The plugin also provides a non-stored password parameter.
Read more >Password Input Field in Fluent Forms - WP Manage Ninja
Password Field allows you to input password which is to secure the all the data provided in the form. In WP Fluent Form,...
Read more >Password Encryption - Apache Maven
Maven supports server password encryption. The main use case, addressed by this solution is: multiple users share the same build machine (server, CI...
Read more ><input type="password"> - HTML: HyperText Markup Language
<input type="password"> · Value. The value attribute contains a string whose value is the current contents of the text editing control being used ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@skllcrn ok, thanks. Now I’m using nextclouds login flow and its working how i wanted it to work 😃
Yeah, we can add a note that basically says the plugins’ config is saved as a plaintext file, so saving passwords is not particularly safe, but at the end of the day the plugins are made by other users, so if a user wants to install one and enter their password that’s up to them