Skip to content

Commit

Permalink
Merge pull request #187 from yast/remove_unused_method
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
jreidinger committed Feb 4, 2016
2 parents 61eb457 + 23a04f3 commit 5fa9cda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 4 11:45:44 UTC 2016 - jreidinger@suse.com

- Simplify encrypted home proposal as installer no longer allows
network based user authentication (FATE#314695)

--------------------------------------------------------------------
Wed Dec 17 15:15:29 UTC 2015 - ushamim@linux.com

Expand Down
6 changes: 0 additions & 6 deletions src/clients/partitions_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,6 @@ def unformatted_home_warning
if !Builtins.isempty(part) && !Ops.get_boolean(part, "format", false)
Builtins.y2milestone("/home partition will not be formatted")

Yast.import "UsersSimple"
if UsersSimple.AfterAuth != "users"
Builtins.y2milestone("non-local user authentication")
return true
end

device = Ops.get_string(part, "device", "")
resize_info = {}
content_info = {}
Expand Down

0 comments on commit 5fa9cda

Please sign in to comment.