From 8a18c29835d162a13a06f4e5cb5b825c3dbb8452 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 12 Mar 2024 09:30:47 +0000 Subject: [PATCH] random: update Password docs --- lib/random/random.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/random/random.go b/lib/random/random.go index 8a7dfa077..de9d05c05 100644 --- a/lib/random/random.go +++ b/lib/random/random.go @@ -46,7 +46,7 @@ func String(n int) string { // Password creates a crypto strong password which is just about // memorable. The password is composed of printable ASCII characters -// from the base64 alphabet. +// from the URL encoding base64 alphabet (A-Za-z0-9_-). // // Requires password strength in bits. // 64 is just about memorable