Files
@ 3e81e6534cad
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
3e81e6534cad
4.4 KiB
image/svg+xml
auth: make random password generator more random
Use the secure os.urandom instead of the pseudo-random 'random' module.
Use the secure os.urandom instead of the pseudo-random 'random' module.