email token duplication check
This commit is contained in:
		
							parent
							
								
									5bfaa4b2b3
								
							
						
					
					
						commit
						95fb581bae
					
				@ -132,6 +132,18 @@ public class CentralMemberService implements MemberService {
 | 
			
		||||
    return member;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public Member reSendEmail(String email) throws OverflowException {
 | 
			
		||||
//    Member member = this.memberDAO.findByEmail(email);
 | 
			
		||||
//
 | 
			
		||||
//    if (member != null && member.getMetaMemberStatus().getId().equals(MetaMemberStatus.Enum.NORMAL.getValue())) {
 | 
			
		||||
//      throw new OverflowException("This email has already been verified.", new Throwable());
 | 
			
		||||
//    }
 | 
			
		||||
//
 | 
			
		||||
//    List<EmailAuth> auths = this.emailAuthService.readByMember(member.getId());
 | 
			
		||||
//
 | 
			
		||||
    return null;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public Member resetPassword(String token, String password) throws OverflowException {
 | 
			
		||||
    String deStr = null;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user