aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/internet/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/internet/index.ts b/src/modules/internet/index.ts
index 75bebae0..3502f85b 100644
--- a/src/modules/internet/index.ts
+++ b/src/modules/internet/index.ts
@@ -1293,7 +1293,8 @@ export class InternetModule {
}
/**
- * Generates a random password.
+ * Generates a random password-like string. Do not use this method for generating actual passwords for users.
+ * Since the source of the randomness is not cryptographically secure, neither is this generator.
*
* @param options An options object. Defaults to `{}`.
* @param options.length The length of the password to generate. Defaults to `15`.