diff --git a/src/lib/y2users/password.rb b/src/lib/y2users/password.rb index 5e0d928e3..fa526b9cd 100644 --- a/src/lib/y2users/password.rb +++ b/src/lib/y2users/password.rb @@ -291,6 +291,9 @@ def expire? end # Disables the account expiration + # + # @note There is not a counterpart method called 'enable'. To activate the account expiration, + # use {#date=} to assign an expiration date. def disable @content = "" end