GlideUser user.authenticate inconsistent behaviour
I need to understand why the authenticate function returns false even when the user log in with the right credentials. My 'Installation Exits' script looks like this:gs.include("PrototypeServer"); var LoginREST = Class.create(); LoginREST.prototype ...