Subversion Repositories SmartDukaan

Rev

Rev 34785 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34785 Rev 34794
Line 21... Line 21...
21
	User authenticate(String emailOrMobile, String password) throws ProfitMandiBusinessException;
21
	User authenticate(String emailOrMobile, String password) throws ProfitMandiBusinessException;
22
 
22
 
23
	public void resetPassword(String emailOrMobile) throws ProfitMandiBusinessException;
23
	public void resetPassword(String emailOrMobile) throws ProfitMandiBusinessException;
24
 
24
 
25
	boolean resetPassword(String emailOrMobile, String password) throws ProfitMandiBusinessException;
25
	boolean resetPassword(String emailOrMobile, String password) throws ProfitMandiBusinessException;
-
 
26
 
-
 
27
	boolean changePassword(User user, String password) throws ProfitMandiBusinessException;
26
}
28
}