elweyn
557ccf5da3
Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it.
2021-10-22 14:55:06 +02:00
einhornimmond
889495b38c
check publisher_id for changes
2021-10-15 14:02:47 +02:00
elweyn
3fdb503ea6
Merge branch 'master' into 804-elopage-registration
2021-10-12 17:08:06 +02:00
einhornimmond
29de8e224f
Merge pull request #960 from gradido/add_autocorrect_keys
...
Add autocorrect keys
2021-10-12 17:00:36 +02:00
elweyn
36e6a459a4
Fixe small error.
2021-10-12 16:49:14 +02:00
einhornimmond
86efd0de80
fix bug
2021-10-12 15:34:50 +02:00
einhornimmond
1486476571
add auto correct keys to apollo, copy also disabled field of user
2021-10-12 15:24:14 +02:00
Einhornimmond
f6cba24c00
merge with master
2021-10-10 15:44:11 +02:00
einhornimmond
546d371139
check always for hasElopage
...
- put check into async task to let it run at the same time as the password check
2021-10-10 15:25:01 +02:00
einhornimmond
17907b23ad
fix bug
2021-10-08 10:28:46 +02:00
einhornimmond
93532004d5
add option in login call to check also for elopage account
2021-10-08 10:26:09 +02:00
einhornimmond
b3b603b59e
bring alive
2021-10-07 16:29:28 +02:00
einhornimmond
cc8a4fcd5b
add api call to check is user has an elopage account to login-server and to apollo-server
2021-10-07 16:08:14 +02:00
einhornimmond
659851218e
add signTransaction json call to Login-Server
2021-10-06 20:07:24 +02:00
einhornimmond
a531b4671f
Merge branch 'master' into apollo_saveUserOnCreate
2021-10-06 12:15:20 +02:00
einhorn_b
02ad383930
update login-server to return user object on user create
2021-10-06 11:51:41 +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
elweyn
1b6cb61530
Merge branch 'apollo-clicktipp-connector' of https://github.com/gradido/gradido into apollo-clicktipp-connector
2021-09-09 13:40:28 +02:00
einhornimmond
4c7fb55a06
add language to create user
2021-09-09 12:25:07 +02:00
einhornimmond
b41966ee90
add path for reset password request from new frontend
2021-09-08 15:06:52 +02:00
einhornimmond
28d651a2fb
change timeout for email resend to 10 Minutes
2021-07-14 11:46:48 +02:00
einhornimmond
2c0255add1
remove empty check for field description
2021-07-08 11:27:12 +02:00
einhornimmond
630d667e99
add test to prevent bug in future
2021-06-21 12:41:02 +02:00
einhornimmond
60f24f9e18
add first error additional as msg
2021-06-17 14:51:14 +02:00
einhornimmond
024f38fa5f
remove ip check for reset password
2021-06-17 13:09:29 +02:00
einhornimmond
2a3677f767
little things
2021-06-17 11:59:31 +02:00
einhornimmond
cba03dba09
add test, fix errors
2021-06-17 11:48:05 +02:00
einhornimmond
8190dcc6af
ddd password reset as separat json function
2021-06-16 17:55:48 +02:00
einhornimmond
f179938e0a
Merge branch 'master' into login_reset_password
2021-06-16 16:31:01 +02:00
einhornimmond
8929cf7388
add new json class, remove files I have missed to delete
2021-06-16 16:27:12 +02:00
einhorn_b
f3275bfc22
changes for hoepfully fixing Session deadlock problems
2021-06-16 15:19:20 +02:00
einhornimmond
fb34135665
prevent query email in our database with reset password function
2021-06-14 17:24:40 +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
a2261f08d0
wait on check email for send password reset email to prevent misuse to find out which emails on server exist
2021-06-14 16:34:06 +02:00
einhornimmond
f09905e00c
for password change old password is required
2021-06-14 16:34:03 +02:00
Alexander Friedland
ef2017a7d6
Merge pull request #490 from gradido/Feature--Profile-Page-Username
...
Feature: Change Username
2021-06-14 15:59:39 +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
840729fb94
compare with last transaction sended
2021-06-11 15:34:19 +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
1476951d93
wait on check email for send password reset email to prevent misuse to find out which emails on server exist
2021-06-10 15:26:39 +02:00
einhornimmond
90073899a1
for password change old password is required
2021-06-10 13:06:08 +02:00