From 5cd90b85d4b0af96c66413f2d8d36e2742b66a57 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 5 Jan 2017 10:07:56 -0800 Subject: [PATCH] GUACAMOLE-36: Correct description of minimum password age. --- .../org/apache/guacamole/auth/jdbc/security/PasswordPolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/PasswordPolicy.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/PasswordPolicy.java index eb02ba314..8413b6a8d 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/PasswordPolicy.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/PasswordPolicy.java @@ -49,7 +49,7 @@ public interface PasswordPolicy { * * @return * The minimum number of days which must elapse before the user's - * password must be reset, or zero if this restriction does not apply. + * password may be reset, or zero if this restriction does not apply. * * @throws GuacamoleException * If the minimum password age cannot be parsed from