function ForgotPassword() { }
ForgotPassword._path = '/g4/dwr';

ForgotPassword.execute = function(p0, callback) {
    DWREngine._execute(ForgotPassword._path, 'ForgotM6Password', 'execute', p0, callback);
};
