Commits on Source (7)
-
Andreas Ellewsen authored
If someone that already exists in greg follows an invite, we are kind enough to give the new role to the existing person. This introduced a security risk if the invitation was actually meant for someone else. Because of this situation, we introduce a security mechanism where we disable the invitationlink if the name of the existing person is too different from the name used in the invitation. Resolves: GREG-166
-
Tore.Brede authored
-
Andreas Ellewsen authored
-
Tore.Brede authored
GREG-215: Make gender required if field is showing See merge request !285
-
Andreas Ellewsen authored
Handle wrong person following invitation link See merge request !282
-
Andreas Ellewsen authored
Switched from caring about the output to only check the number of results since that's what we really care about
-
Andreas Ellewsen authored
Fix broken ou hierarchy test See merge request !289
Showing
- frontend/public/locales/en/common.json 2 additions, 1 deletionfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 2 additions, 1 deletionfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 2 additions, 1 deletionfrontend/public/locales/nn/common.json
- frontend/src/routes/guest/register/steps/register.test.tsx 114 additions, 1 deletionfrontend/src/routes/guest/register/steps/register.test.tsx
- frontend/src/routes/guest/register/steps/register.tsx 38 additions, 26 deletionsfrontend/src/routes/guest/register/steps/register.tsx
- gregui/authentication/auth_backends.py 58 additions, 25 deletionsgregui/authentication/auth_backends.py
- gregui/tests/api/views/test_ou.py 2 additions, 5 deletionsgregui/tests/api/views/test_ou.py
- gregui/tests/test_utils.py 7 additions, 1 deletiongregui/tests/test_utils.py
- gregui/utils.py 4 additions, 0 deletionsgregui/utils.py