Changes between Initial Version and Version 1 of Ticket #58312, comment 3
- Timestamp:
- 05/15/2023 10:21:03 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58312, comment 3
initial v1 7 7 >password is now autogenerated by default, and it can be up for discussion if the hint is still 8 8 >relevant in that case. 9 I can see why this could be the case. However, without them, it's really hard to display any kind of info to the user about custom validation rules that could exist (mainly in the enterprise context). Currently, the way it can be done is using JS to inject password hint dynamically.9 I can see why this could be the case. However, without them, it's really hard to display any kind of info to the user about custom password's validation rules that could exist (mainly in the enterprise context). Currently, the way it can be done is using JS to inject password hint dynamically. 10 10 11 11 I totally get your point about keeping a clean UI, I'm thinking we could add a new filter to choose if the hint should be shown ?