GUACAMOLE-36: Clarify semantics of password policy history size.

This commit is contained in:
Michael Jumper
2017-01-05 13:44:16 -08:00
parent 52dda6b55f
commit 497480cc53

View File

@@ -74,8 +74,8 @@ public interface PasswordPolicy {
/**
* Returns the number of previous passwords remembered for each user. If
* greater than zero, users will be prohibited from reusing their past
* passwords.
* greater than zero, users will be prohibited from reusing those passwords.
*
*
* @return
* The number of previous passwords remembered for each user.