Revision 15:2b1bfaf4592f

View differences:

src/com/ib/ibss/enterprise/services/ss101_access/IBSSPortalLoginServices.java
263 263
	{
264 264
		IBSSLogger.debug (c_oClass, "Entering verifyUserPassword");
265 265
		
266
//		int m_iResponse = getUPassService ().authenticateUser (c_sUserAlias, inputPassword);
267
		int m_iResponse = 0;
266
		int m_iResponse = getUPassService ().authenticateUser (c_sUserAlias, inputPassword);
268 267
		
269 268
		if(m_iResponse != StatusConstants.ERR_SUCCESS)
270 269
		{

Also available in: Unified diff