summaryrefslogtreecommitdiffstats
path: root/lib/authenticator-plaintext.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/authenticator-plaintext.lua')
-rw-r--r--lib/authenticator-plaintext.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/authenticator-plaintext.lua b/lib/authenticator-plaintext.lua
index 50a8e98..4c9bf08 100644
--- a/lib/authenticator-plaintext.lua
+++ b/lib/authenticator-plaintext.lua
@@ -186,9 +186,6 @@ change_settings = function (self, userid,parameter,value)
return false, errormessage
end
- -- FIXME: See to that roles (value) cant be other than the list_roles(self) presents
- -- FIXME: We should be able to change ROLES
-
-- If the parameter is password, then scramble the password
if (parameter == "password") then
value = fs.md5sum_string(value)