27 Commits

Author SHA1 Message Date
einhornimmond
889495b38c check publisher_id for changes 2021-10-15 14:02:47 +02:00
Einhornimmond
a5d6b510f5
remove email from updateUserInfos call 2021-10-02 13:52:38 +02:00
einhornimmond
5c60aa2c40 Merge branch 'master' into login_add_publisher_id 2021-09-17 13:22:57 +02:00
einhornimmond
2c0255add1 remove empty check for field description 2021-07-08 11:27:12 +02:00
einhornimmond
60f24f9e18 add first error additional as msg 2021-06-17 14:51:14 +02:00
einhornimmond
2a3677f767 little things 2021-06-17 11:59:31 +02:00
einhornimmond
d578f5bbd8 check if new values the same as the current values and skip if so, use username rules regexp 2021-06-14 17:15:44 +02:00
einhornimmond
1e95f7a52f fix syntax error occuring by merging 2021-06-14 16:56:03 +02:00
einhornimmond
81edccfa56 Merge branch 'change_password_require_password' of github.com:gradido/gradido into change_password_require_password 2021-06-14 16:53:07 +02:00
einhornimmond
bdbe5c4a93 rebase onto master, fix bug, update layout (wasn't pretty because of rebase) 2021-06-14 16:50:24 +02:00
einhornimmond
4df9ad380f make change password behave more like the other
- more tests
- make session_id optional, if not set take Login-Server Cookie
- check only for password_old if user was logged in with password, else reset password from email wouldn't work
- make successfull change password also add 1 to valid_values
- don't update other fields in db if only update password was called
2021-06-14 16:41:03 +02:00
einhornimmond
670f7cfff9 more tests and fixes to get test working 2021-06-14 16:38:58 +02:00
einhornimmond
de4243b245 fix bug shown through testing 2021-06-14 16:34:38 +02:00
einhornimmond
f09905e00c for password change old password is required 2021-06-14 16:34:03 +02:00
einhornimmond
23477aed53 make change password behave more like the other
- more tests
- make session_id optional, if not set take Login-Server Cookie
- check only for password_old if user was logged in with password, else reset password from email wouldn't work
- make successfull change password also add 1 to valid_values
- don't update other fields in db if only update password was called
2021-06-14 13:37:18 +02:00
einhornimmond
3f50d14d22 allow only one username change 2021-06-11 14:54:25 +02:00
einhornimmond
28e586e99c more tests and fixes to get test working 2021-06-11 14:43:15 +02:00
einhornimmond
e5c37606d2 fix bug shown through testing 2021-06-10 15:27:09 +02:00
einhornimmond
90073899a1 for password change old password is required 2021-06-10 13:06:08 +02:00
einhornimmond
f88ddbbf1c update string validation
- move it in extra function to have less code copies
- fix bug which return no error messag if input was an array instead of a string
2021-06-10 09:58:08 +02:00
einhornimmond
9e47ae36a4 add username and description to api (+ doc) 2021-06-02 13:05:38 +02:00
einhornimmond
d33962736d translate german html encoded error messages to english and use gettext for automatic translation
- translate german error messages for password validation into english
- update LOCAL files with the german password validation error messages
- update all calls to pwdValidation, adding LanguageCatalog, create if not exist
- change filename of UpdateUserPasswordPage to UserUpdatePasswordPage to have the same filename as the class name and the cpsp file name
2021-05-18 12:27:07 +02:00
einhornimmond
5ac4d7661a added publisher_id field to user
- it can be retrieved with getUserInfos
- it can be changed with updateUserInfos
2021-04-27 13:54:06 +02:00
einhornimmond
fa48de44af fix bugs which came with merging into master 2021-03-31 19:04:36 +02:00
einhornimmond
913db036f0 update field name 2021-03-24 16:37:58 +01:00
einhornimmond
69153e4109 update docu, add some function to able to make email verification and password reset from vue-client 2021-03-23 11:33:03 +01:00
ac99a7097e Add 'login_server/' from commit 'ca71af1817a801db9a108c205bc298250d498c4b'
git-subtree-dir: login_server
git-subtree-mainline: 09ebb40de21084bb10ee466429d900a5e757d349
git-subtree-split: ca71af1817a801db9a108c205bc298250d498c4b
2021-03-17 22:05:25 +01:00