Project

General

Profile

« Previous | Next » 

Revision 40309

Added by Nikon Gasparis over 8 years ago

implemented methods to reset user password and update user profile

View differences:

UserAccessException.java
15 15
        NOT_ACTIVATED,
16 16
        ACTIVATION_ERROR,
17 17
        LDAP_ERROR,
18
        USERNAME_ALREADY_EXISTS, MAIL_ALREADY_EXISTS, GENERAL_ERROR, ALREADY_ACTIVATED, INVALID_EMAIL_FORMAT, INCORRECT_CAPTCHA
18
        USERNAME_ALREADY_EXISTS, MAIL_ALREADY_EXISTS, GENERAL_ERROR, ALREADY_ACTIVATED, INVALID_EMAIL_FORMAT, WRONG_SECURITY_CODE, INCORRECT_CAPTCHA
19 19
    }
20 20

  
21 21
    private ErrorCode errorCode = null;

Also available in: Unified diff