-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pkp
updated
16 files
+115 −0 | classes/form/validation/FormValidatorAltcha.php | |
+23 −6 | classes/user/form/RegistrationForm.php | |
+1 −0 | composer.json | |
+42 −0 | composer.lock | |
+2 −2 | locale/da/common.po | |
+118 −36 | locale/fa/submission.po | |
+4 −1 | locale/fr/api.po | |
+4 −1 | locale/fr/manager.po | |
+15 −1 | locale/se/admin.po | |
+98 −0 | locale/se/common.po | |
+16 −0 | locale/se/manager.po | |
+127 −0 | locale/se/submission.po | |
+56 −12 | pages/login/LoginHandler.php | |
+9 −0 | templates/frontend/pages/userLogin.tpl | |
+10 −0 | templates/frontend/pages/userLostPassword.tpl | |
+9 −0 | templates/frontend/pages/userRegister.tpl |