##// END OF EJS Templates
security: limit the maximum password lenght to 72 characters to prevent possible...
security: limit the maximum password lenght to 72 characters to prevent possible server side resource consumption attack. - bcrypt heavy computation can lead to DOS using a very long password .eg 10**8 lenght. - we allowed this on registration or on password update

File last commit:

r2024:1069b5cc merge default
r2128:f22a9ea9 default
Show More
.release.cfg
34 lines | 414 B | text/x-ini | IniLexer
[DEFAULT]
done = false
[task:bump_version]
done = true
[task:rc_tools_pinned]
done = true
[task:fixes_on_stable]
done = true
[task:pip2nix_generated]
done = true
[task:changelog_updated]
done = true
[task:generate_api_docs]
done = true
[task:generate_js_routes]
done = true
[release]
state = prepared
version = 4.1.1
[task:updated_translation]
[task:updated_trial_license]
[task:generate_oss_licenses]