mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-31 13:58:04 -06:00
Add hint for plain text password storage
This commit is contained in:
@@ -442,6 +442,8 @@
|
|||||||
formControlName="passwords"
|
formControlName="passwords"
|
||||||
rows="4"
|
rows="4"
|
||||||
[error]="error?.actions?.[i]?.passwords"
|
[error]="error?.actions?.[i]?.passwords"
|
||||||
|
hint="Passwords are stored in plain text. Use with caution."
|
||||||
|
i18n-hint
|
||||||
></pngx-input-textarea>
|
></pngx-input-textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user