Project

General

Profile

« Previous | Next » 

Revision 50321

1. Modify web.xml file
2. Add check cookie methods on user service. Delete code for login/register/activate profile
3. Disable #login/#register uri's

View differences:

UserService.java
28 28

  
29 29
    void resendActivation(String email) throws UserAccessException;
30 30

  
31
    Tuple<UserProfile, String> checkCookie() throws  Exception;
32

  
33
    void clearCookie();
31 34
}

Also available in: Unified diff