We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bb0f9 commit b01f484Copy full SHA for b01f484
code_submitter/auth.py
@@ -213,6 +213,12 @@ class FileBackend(BasicAuthBackend):
213
Credentials are stored in the format `TLA: password`.
214
215
Note: Passwords are stored in plaintext.
216
+ This is acceptable for some use-cases, for example where the
217
+ data being uploaded is not sensitive or because someone having
218
+ access to the credentials file almost certainly implies they have
219
+ access to the upload storage anyway. However this may not be
220
+ the case for all use-cases and you should evaluate the risks
221
+ yourself before using this backend. You have been warned!
222
"""
223
224
UNKNOWN_USER_MESSAGE = "Username or password is incorrect"
0 commit comments