resendMail method added
This commit is contained in:
@@ -4,6 +4,7 @@ import com.loafle.overflow.core.annotation.WebappAPI;
|
||||
import com.loafle.overflow.core.exception.OverflowException;
|
||||
import com.loafle.overflow.model.domain.DomainMember;
|
||||
import com.loafle.overflow.model.member.Member;
|
||||
import com.loafle.overflow.model.meta.MetaEmailType;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -20,6 +21,9 @@ public interface MemberService {
|
||||
@WebappAPI
|
||||
Member sendEmailForPassword(String email) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Member reSendEmail(String email) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Member resetPassword(String token, String password) throws OverflowException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user