zitadel/internal/api/grpc/policy
Fabi bc951985ed
feat: Lockout policy (#2121)
* feat: lock users if lockout policy is set

* feat: setup

* feat: lock user on password failes

* feat: render error

* feat: lock user on command side

* feat: auth_req tests

* feat: lockout policy docs

* feat: remove show lockout failures from proto

* fix: console lockout

* feat: tests

* fix: tests

* unlock function

* add unlock button

* fix migration version

* lockout policy

* lint

* Update internal/auth/repository/eventsourcing/eventstore/auth_request.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fix: err message

* Update internal/command/setup_step4.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2021-08-11 06:36:32 +00:00
..
label_policy.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
login_policy.go feat: add hide password reset to login policy (#1806) 2021-06-03 11:53:30 +02:00
multi_factor.go fix: backend bugs (#1449) 2021-03-22 14:40:25 +01:00
org_iam_policy.go fix: converters (#1413) 2021-03-12 14:06:05 +01:00
password_age_policy.go fix: (org) context handling (#1429) 2021-03-17 13:10:57 +01:00
password_complexity_policy.go fix: (org) context handling (#1429) 2021-03-17 13:10:57 +01:00
password_lockout_policy.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
privacy_policy.go feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
second_factor.go feat: protos refactoring 2021-03-09 10:30:11 +01:00