mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
hard limit on password length
This commit is contained in:
@@ -15,6 +15,11 @@ run ownCloud Server on Apache2 on a Linux environment.
|
||||
critical security-relevant options are missing. However, it is still up to
|
||||
the server administrator to review and maintain system security.
|
||||
|
||||
Limit on Password Length
|
||||
------------------------
|
||||
|
||||
ownCloud uses the bcrypt algorithm and thus for security and performance reasons, e.g. Denial of Service as CPU demand increases exponentially, it only verifies the first 72 characters of passwords. This applies to all passwords that you use in ownCloud: user passwords, passwords on link shares, and passwords on external shares.
|
||||
|
||||
Operating system
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user