ing
This commit is contained in:
parent
de345bdf81
commit
c5496b9ac5
|
@ -19,7 +19,7 @@ public interface MemberService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Member sendEmailForPassword(String email) throws OverflowException;
|
Member sendEmailForPassword(String email) throws OverflowException;
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Member resetPassword(String token, String pw, String confirmPw) throws OverflowException;
|
Member resetPassword(String token, String pw) throws OverflowException;
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Member modify(Member member, String pw) throws OverflowException;
|
Member modify(Member member, String pw) throws OverflowException;
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
|
|
Loading…
Reference in New Issue
Block a user