Fix email settings for beta
Add pojos package, Move UserVerification to pojos package, Add a first draft of Email
Add deleteVerification entry method
Delete user from code verification table, Add deleteVerification entry, Change delete query
Add getZombieUsersUserName, getUsersEmail, deleteZombieUser, deleteUser at LDAPActions
Add method getZombieUsersEmail
Use InputValidator for username validation instead of the regular expression naked
Add InputValidator.java and Use it instead of regular expressions and Fix email unicode
changes in username and password checks
Added recaptcha
Change regular expression for valid username - Don't allow usernames that begin with period, underscore, hyphen
Change regular expression at createZombieUser- Allow username that begins with period, underscore, hyphen
Escape chars in regular expession for username
Change regular expression - Allow username that begins with period, underscore, hyphen
Allow username with dots
removing old package for the api and reconfiguring jersey with the new package name
Emailer to work with ICM mail server
MERGE redis branch 49848:50863
Update JWTGenerator.java with error checking about null fields
Add error checking for empty first ame, last name and role
Check if it is zombie user's username or email
Complete ldapmodify about zombies and users :P
Fix errors in emailExists and UsernameExists
Update ldap createUser with password parameter
Add EmailSender.java
Add usernameExists and emailExists
Fix a typo and Comment add password
make o attribute(institution) optional
Add error check for ldap password
Change and remove logger.info messages
encrypt password when creating new user
remove email actions
Remove exception's stacktrace and changer logger.info to logger.error
Work verification code expiration
add organization to createUser
Add reset ldap Password
Fix mailSender
Update properties with new redirect url and optimize code for update user
Fix updateVerificationEntry
Change date to timestamp and Add some log messages for debugging
Fix UserVerificationDAO insert and Cast date
Add temporary changes for spring beans
Add UserVerificationDAO.java
Add constructor for UserVerification
Add UserVerificationQueries.java
Add UserVerification.java
minor change
creating spring beans
fix unencrypted password
fix typo
add update user functionality
simplify custom exceptions
add create ldap user
add custom ldap exceptions
commented forgotten method
LDAP Action class added
tidy up project. removing unused classes
Moving webapp from uoa-users-management project to dnet-openaire-users
Copy for dnet45 and java8 migration