From fe770d6cf44b8a0500ef9f91cf6c8cc85235fa2a Mon Sep 17 00:00:00 2001 From: Omar Ayman Date: Fri, 19 Jan 2024 03:41:28 +0200 Subject: [PATCH] improve auth descs --- auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth.go b/auth.go index 4aeefe3c..ae86e3d1 100644 --- a/auth.go +++ b/auth.go @@ -106,7 +106,7 @@ func addAuthLookup() { AddFuncLookup("username", Info{ Display: "Username", Category: "auth", - Description: "Generates a random username", + Description: "Unique identifier assigned to a user for accessing an account or system", Example: "Daniel1364", Output: "string", Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) { @@ -117,7 +117,7 @@ func addAuthLookup() { AddFuncLookup("password", Info{ Display: "Password", Category: "auth", - Description: "Generates a random password", + Description: "Secret word or phrase used to authenticate access to a system or account", Example: "EEP+wwpk 4lU-eHNXlJZ4n K9%v&TZ9e", Output: "string", Params: []Param{