mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
ff81f08c18
gen_random_string generated the refresh and password-reset tokens with SmallRng, which is not a CSPRNG, while the rest of the codebase uses OsRng for secrets. Switch it to OsRng to match.