mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:47:33 +00:00
fix: password hash update and add missing i18n (#6285)
This commit is contained in:
@@ -21,6 +21,7 @@ const (
|
||||
HumanPasswordCodeSentType = passwordEventPrefix + "code.sent"
|
||||
HumanPasswordCheckSucceededType = passwordEventPrefix + "check.succeeded"
|
||||
HumanPasswordCheckFailedType = passwordEventPrefix + "check.failed"
|
||||
HumanPasswordHashUpdatedType = passwordEventPrefix + "hash.updated"
|
||||
)
|
||||
|
||||
type HumanPasswordChangedEvent struct {
|
||||
@@ -298,7 +299,7 @@ func NewHumanPasswordHashUpdatedEvent(
|
||||
BaseEvent: *eventstore.NewBaseEventForPush(
|
||||
ctx,
|
||||
aggregate,
|
||||
HumanPasswordCheckFailedType,
|
||||
HumanPasswordHashUpdatedType,
|
||||
),
|
||||
EncodedHash: encoded,
|
||||
}
|
||||
|
Reference in New Issue
Block a user