Commit Graph

161 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou b1dd3ba21d [Users | Trunk]: Change a message on invite user method 2020-08-14 14:51:39 +00:00
Konstantinos Triantafyllou ec6dd1900d [Users | Trunk]: Change email field to name when return user name 2020-08-14 13:34:19 +00:00
Konstantinos Triantafyllou 86ae8c51e8 [Users | Trunk]: Add delete method on web.xml. Add method to check if an verification id is owned bu user 2020-08-14 10:38:59 +00:00
Konstantinos Triantafyllou 18f34014d9 [Users | Trunk]: Add methods for: 1. Get invited users. 2. Delete a verification. 3. Cancel invitation for a user. 2020-08-10 11:30:25 +00:00
Konstantinos Triantafyllou d909d6610a [Users | Trunk]: Remove preautorize from get managers method 2020-08-07 09:23:49 +00:00
Konstantinos Triantafyllou e6b08fa12e [Users | Trunk]: Add new regisrty methods. 2020-08-04 16:18:08 +00:00
Katerina Iatropoulou 34b5678237 MERGE login branch 56991:57920 using uoa-login-core 2019-12-19 11:05:37 +00:00
Sofia Baltzi 21be3a4caf Change SESSION to openAIRESession for redis Add openAIREUser and Remove Jwt from cookie 2018-06-12 11:05:55 +00:00
Sofia Baltzi 654dd85a2a Add redirection to error404 page in case of error 400, 403, 405 2018-06-11 11:38:46 +00:00
Sofia Baltzi bc3aa8082a Add favicon in every jsp page 2018-05-23 14:50:50 +00:00
Sofia Baltzi 2e3d44707d Update favicon 2018-05-23 14:02:30 +00:00
Sofia Baltzi 83b132948a Change imports for Role and User classes 2018-05-23 09:48:40 +00:00
Sofia Baltzi 28d6f0b4a6 Change imports for MigrationUser and LDAPUser 2018-05-23 09:38:54 +00:00
Sofia Baltzi c00212f915 Delete user from code verification table 2018-05-22 10:04:44 +00:00
Sofia Baltzi e18e1fa680 Remove comment from email in JWT generator 2018-05-22 09:44:41 +00:00
Sofia Baltzi a0c1c2cee1 Change css for 'We hope to see you again' from h4 to h3 2018-05-21 16:10:57 +00:00
Sofia Baltzi 272bbde6fb Add RequestToDelete page 2018-05-21 15:50:44 +00:00
Sofia Baltzi 42d43e6a85 Add RequestToDelete page and Fix css 2018-05-21 15:48:31 +00:00
Sofia Baltzi 4eb8263687 Add RequestActivationCode.java and .jsp, Fix titles of .jps pages, Fix email messages 2018-05-16 10:53:57 +00:00
Sofia Baltzi a1d622e2f1 Fix redirect in case of error at ForgotPasswordServlet page 2018-05-09 14:50:56 +00:00
Sofia Baltzi a3f607bf09 Move InputValidator.java to usermanagement project 2018-05-09 13:59:32 +00:00
Sofia Baltzi ba73a96e30 Use InputValidator from user management project and Replace regular expressions. Fix user messages for unused email. 2018-05-09 13:57:54 +00:00
Sofia Baltzi 87ebab0b73 Fix javascript for white space message for register.jsp 2018-05-08 09:59:31 +00:00
Argiro Kokogiannaki 8fa3d0f6c4 In Configuration of Session cookie get domain through properties file | add a getUser method that uses the OIDCAuthenticationToken to get userInfo without request to AAI 2018-05-08 09:39:37 +00:00
Sofia Baltzi ae84629a2e Fix javascript messages and Add some more checks for the input values at ResetPassword, AddPassword, Verify and Activate. Add InputValidator.Java 2018-05-04 14:35:27 +00:00
Sofia Baltzi fb30ead11c Get verification_code value from url param.codefor activation.jsp 2018-04-12 15:23:51 +00:00
Sofia Baltzi c4f860225a Add verificationCode in email's verificationLink for registration and forgot password 2018-04-12 14:28:18 +00:00
Sofia Baltzi 8e18caf18c Change email message 'Select[...]' to 'Click[...]' 2018-04-12 13:45:48 +00:00
Sofia Baltzi 5789dcc207 Get verification_code value from url param.code 2018-04-12 13:33:54 +00:00
Katerina Iatropoulou bf7d5f2061 changes in username and password checks 2018-04-12 13:31:04 +00:00
Katerina Iatropoulou e17be455fe Added recaptcha 2018-04-12 10:12:32 +00:00
Sofia Baltzi 56e1b3f7d2 Change username regulars expression - Allow usernames that start with character or digit, Change error messages 2018-04-05 22:34:36 +00:00
Sofia Baltzi d4554e7296 Fix typo in email regex 2018-04-04 22:20:30 +00:00
Sofia Baltzi 05eaa29b73 Escape chars in regular expession for username 2018-04-04 21:25:50 +00:00
Sofia Baltzi ba055250a0 Add check for username - Allow only numbers, letters, periods, underscores and hyphens 2018-04-04 15:13:29 +00:00
Sofia Baltzi 3390ceb4a8 Add redirect home link at registerSuccess.jsp emailSuccess.jsp successAddPassword.jsp and in session at ActivationServlet.java, RemindUsernameServlet.java, 2018-03-13 16:38:15 +00:00
Katerina Iatropoulou 2bc3eb044e Added redirect to login in success.jsp. The other pages are missing this redirect 2018-03-13 16:10:45 +00:00
Sofia Baltzi 6c1c9144c2 Add redirect url from property 2018-03-13 15:22:56 +00:00
Sofia Baltzi 55712350b0 Add email success flag to control redirections in emailSuccess.jsp page 2018-03-13 12:34:34 +00:00
Sofia Baltzi d42f4f223f Remove from session error and registerSuccess flags in jsp pages 2018-03-13 12:20:26 +00:00
Sofia Baltzi 90bed6d044 Remove from session expiredVerificationCode and successAddPassword flags 2018-03-13 12:10:49 +00:00
Katerina Iatropoulou 85a582f48b oidc.issuer is loaded from properties + success session check for success.jsp 2018-03-13 11:49:57 +00:00
Sofia Baltzi 79407a4555 Add session check to redirect pages 2018-03-09 16:11:28 +00:00
Katerina Iatropoulou 0200152a7e removing old package for the api and reconfiguring jersey with the new package name 2018-03-09 15:15:16 +00:00
Sofia Baltzi 5126975df8 Uncomment check for session attribute in case of empty username redirect to forgotPassword page 2018-03-08 14:41:15 +00:00
Sofia Baltzi 11f4c9d8f3 Change mail result path in case of port=80 2018-03-08 13:51:04 +00:00
Sofia Baltzi 7aecf6e2cd Fix typo error in username 2018-03-08 13:26:16 +00:00
Katerina Iatropoulou 996348df60 typo in property 2018-03-08 12:31:27 +00:00
Katerina Iatropoulou f0422177d8 Emailer to work with ICM mail server 2018-03-08 12:30:17 +00:00
Katerina Iatropoulou 3d9aa16334 MERGE redis branch 49864:50863 2018-02-22 13:27:40 +00:00