Add Registry Lock password reset on front end#2785
Conversation
b4e749e to
a754752
Compare
ptkach
left a comment
There was a problem hiding this comment.
Reviewed 14 of 15 files at r1, all commit messages.
Reviewable status: 14 of 15 files reviewed, 1 unresolved discussion
console-webapp/src/styles.scss line 50 at r1 (raw file):
min-height: 48px; padding: 10px 0; --list-item-title-width: 160px;
This will affect all lists. I'd suggest a local override where it's needed instead unless all lists is what you're aiming for
gbrodman
left a comment
There was a problem hiding this comment.
Reviewable status: 14 of 15 files reviewed, 1 unresolved discussion (waiting on @ptkach)
console-webapp/src/styles.scss line 50 at r1 (raw file):
Previously, ptkach (Pavlo Tkach) wrote…
This will affect all lists. I'd suggest a local override where it's needed instead unless all lists is what you're aiming for
Done.
This is only enabled for admins, for now at least. It sends an email to the registry lock email address to reset it.
ptkach
left a comment
There was a problem hiding this comment.
Reviewed 1 of 15 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @gbrodman)
This is only enabled for admins, for now at least. It sends an email to the registry lock email address to reset it.
tested on alpha, got the "would have sent email" log line
This change is