Update Configurator.lua

This commit is contained in:
Igor Timofeev
2015-08-26 22:49:53 +03:00
parent d368d2cbd7
commit b6e85b040f

View File

@@ -281,7 +281,7 @@ if protectionMethod == "Биометрическая" then
config.append("System/OS/Users.cfg", table.unpack(users))
elseif protectionMethod == "Защита паролем" then
local password = stagePasswordProtection()
config.append("System/OS/Users.cfg", password)
config.append("System/OS/Password.cfg", password)
end
local background, foreground = stage3()