diff options
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 8d44957..01c9160 100644 --- a/global-functions +++ b/global-functions @@ -402,7 +402,7 @@ # generate random 20 chars hex (0-9 and a-f) :set GetRandom20CharHex do={ - :return ([ /certificate/scep-server/otp/generate minutes-valid=0 as-value ]->"password"); + :return [ :rndstr length=20 from="0123456789abcdef" ]; } # generate random number |