Project

General

Profile

« Previous | Next » 

Revision 49501

remove email actions

View differences:

modules/uoa-user-management/trunk/src/main/java/eu/dnetlib/openaire/user/utils/EmailActions.java
1
package eu.dnetlib.openaire.user.utils;
2

  
3
import org.springframework.stereotype.Component;
4

  
5
import java.util.UUID;
6

  
7
/**
8
 * Created by kiatrop on 2/10/2017.
9
 */
10

  
11
@Component
12
public class EmailActions {
13

  
14
    public void sendVerificationCode(String userEmail, UUID verificationCode) {
15
        //TODO
16
    }
17

  
18
    public void sendUsernameReminder(String userEmail) {
19
        //TODO
20
    }
21

  
22

  
23
}

Also available in: Unified diff