Password policy (#82268)
* add password service interface * add password service implementation * add tests for password service * add password service wiring * add feature toggle * Rework from service interface to static function * Replace previous password validations * Add codeowners to password service * add error logs * update config files --------- Co-authored-by: Karl Persson <kalle.persson@grafana.com>
This commit is contained in:
@@ -50,7 +50,7 @@ func NewTestEnv(t *testing.T) TestContext {
|
||||
|
||||
type User struct {
|
||||
User user.User
|
||||
password string
|
||||
password user.Password
|
||||
}
|
||||
|
||||
type GetParams struct {
|
||||
|
||||
Reference in New Issue
Block a user