Commit graph

21 commits

Author SHA1 Message Date
Maarten de Waard
2baae3e61e
Merge branch 'main' into feat/batch-create-users 2022-07-21 17:08:41 +02:00
Maarten de Waard
cc7fc5ab91
replace tmp variable name, doc improvements 2022-07-21 16:53:08 +02:00
Davor
66b44ae1a0 MR comments
- NO_ACCESS_ROLE_ID constant moved to models.py
- added docstring for batch create request body
2022-07-21 14:14:22 +02:00
Maarten de Waard
685ddeff00
send out a recovery email after a new user is created. 2022-07-21 10:51:14 +02:00
Davor
80ba5da9c8 added more information about user batch creation 2022-07-19 16:48:22 +02:00
Davor
310b7ed8ff merge with master 2022-07-18 07:55:40 +02:00
Davor
cc7ff9d359 modify user batch create 2022-07-17 19:59:08 +02:00
Davor
8bcccf417d remove unused function
- add check if editing user is admin for role editing
2022-07-13 10:29:25 +00:00
Davor
5b55c4498b non admin can't change app roles 2022-07-13 10:29:25 +00:00
Davor
53529cd737 add me endpoint 2022-07-13 10:29:25 +00:00
Davor
8eacdc8db9 prepare endpoint for batch create users 2022-07-12 00:12:33 +02:00
Davor
33ffc5a895 wip - add batch create users 2022-07-11 15:11:18 +02:00
Davor
732555ac6a MR comments 2022-05-26 09:49:25 +00:00
Davor
5206c78998 MR comments
- fixed order of import in user_service.py
- added error handling for user delete
2022-05-26 09:49:25 +00:00
Luka Radenovic
09f1d2e00a Optimize insert app role to user 2022-05-26 09:49:25 +00:00
Luka Radenovic
61e512c208 Added new role management 2022-05-26 09:49:25 +00:00
Maarten de Waard
bf98fbd721
feat: add error handling for unaccepted passwords, add kratos error page 2022-05-02 11:08:43 +02:00
Luka Radenovic
75b18bada8 Rename app_role_id to role_id 2022-04-15 13:51:30 +02:00
Luka Radenovic
3c8c900d2c Return role_id when callback is called 2022-04-15 12:44:30 +02:00
Luka Radenovic
b494650398 Fix for put user 2022-04-15 10:53:20 +02:00
Luka Radenovic
10479a625a Added new endpoint for roles and updated users endpoints to work with roles 2022-04-14 13:32:35 +02:00