mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 23:05:07 -05:00
Fix authentication handler reporting failed password change while it isn't
This commit is contained in:
parent
36c9463467
commit
a18326e97a
@ -1329,6 +1329,7 @@ minetest.builtin_auth_handler = {
|
||||
minetest.auth_table[name].password = password
|
||||
save_auth_file()
|
||||
end
|
||||
return true
|
||||
end,
|
||||
set_privileges = function(name, privileges)
|
||||
assert(type(name) == "string")
|
||||
|
Loading…
Reference in New Issue
Block a user