Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Nov 9, 2021
1 parent 1caa4a6 commit 1384d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/autoyast-rnc/users.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ groups =
gr_group*
}

# TODO: group_password and encrypted are no longer supported by YaST. We should
# remove them from the schema at some point.
# TODO: "group_password" is no longer supported by YaST. We should remove it
# along with "encrypted" from the schema at some point.
gr_group = element group {
MAP,
(
Expand Down
2 changes: 1 addition & 1 deletion test/lib/y2users/autoinst/reader_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
end
end

context "when a group has a group password" do
context "when a group has a password" do
let(:group_password) { "s3cr3T" }
let(:profile) do
{
Expand Down

0 comments on commit 1384d9b

Please sign in to comment.