From 33c77dfab36983b669a997e10dcaac3b262bbbd3 Mon Sep 17 00:00:00 2001 From: Jaroslav Jindrak Date: Tue, 31 Oct 2023 22:13:56 +0100 Subject: [PATCH] Drop obsolete comment documenting a feature that does not exists --- src/lib/y2users/autoinst_profile/user_section.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/y2users/autoinst_profile/user_section.rb b/src/lib/y2users/autoinst_profile/user_section.rb index 8eb675b7a..539d5f35a 100644 --- a/src/lib/y2users/autoinst_profile/user_section.rb +++ b/src/lib/y2users/autoinst_profile/user_section.rb @@ -89,8 +89,7 @@ def self.attributes # @return [String,nil] Default shell # # @!attribute user_password - # @return [String,nil] User's password. If set to an exclamation mark ('!'), - # a random password is generated. See #encrypted. + # @return [String,nil] User's password. # # @!attribute encrypted # @return [Boolean,nil] Determine whether #user_password is encrypted or not.