Subversion Repositories SmartDukaan

Rev

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

Rev 37104 Rev 37126
Line 22... Line 22...
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
 
26
 
27
	void resetPasswordById(int userId, String password) throws ProfitMandiBusinessException;
27
	String resetPasswordById(int userId, String password) throws ProfitMandiBusinessException;
28
 
28
 
29
	boolean changePassword(User user, String password) throws ProfitMandiBusinessException;
29
	boolean changePassword(User user, String password) throws ProfitMandiBusinessException;
30
}
30
}