From b628ff48516bf4f1c779bde03ae65a9cbcb4e690 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 26 Feb 2008 13:32:57 +0000 Subject: Removed some old (unused) code git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@769 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/authenticator-plaintext.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/authenticator-plaintext.lua') 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) -- cgit v1.2.3