Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit 25bfce0e40 - Show all commits

View File

@@ -125,7 +125,7 @@ function page.wizard.pages.label:validate()
end
function page.wizard.pages.password:validate()
if #self.newPass.value > 0 then
if type(self.newPass.value) == "string" and #self.newPass.value > 0 then
Security.updatePassword(SHA.compute(self.newPass.value))
end
--[[