Subversion Repositories SmartDukaan

Rev

Rev 34794 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34794 Rev 37104
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;
-
 
28
 
27
	boolean changePassword(User user, String password) throws ProfitMandiBusinessException;
29
	boolean changePassword(User user, String password) throws ProfitMandiBusinessException;
28
}
30
}