diff options
Diffstat (limited to 'lib/public/IUserManager.php')
-rw-r--r-- | lib/public/IUserManager.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index 8caa027468b..151c153917f 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -46,6 +46,12 @@ namespace OCP; * @since 8.0.0 */ interface IUserManager { + + /** + * @since 26.0.0 + */ + public const MAX_PASSWORD_LENGTH = 469; + /** * register a user backend * |