nathank
(Nathan Kershaw)
September 27, 2020, 3:52pm
1
This is a minor UX bug.
In an invite, the “Set Password” currently has a hint after it which reads:
This is confusing, as while the length is ‘optional’, the field is mandatory.
It is governed by js.invites.optional_description.
In contrast, the signup modal omits ‘optional’:
I think that we should make these consistent, with the same title (i.e. ‘Password’), the same text box size (is too short in the invites), and the same text ('i.e. ‘at least x characters’) - without the ‘optional’.
6 Likes
sam
(Sam Saffron)
September 28, 2020, 4:21am
2
Wait so this happens when you accept the invite?
nathank
(Nathan Kershaw)
September 28, 2020, 6:52am
3
Yes - when a user clicks on a multi-use link. Haven’t tested it on a ‘normal’ invite.
2 Likes
techAPJ
(Arpit Jalan)
September 28, 2020, 3:18pm
6
The “Password” field is optional on “accept invites” page and that is why we mention “optional” in field description.
This is a good suggestion. Done via:
committed 03:15PM - 28 Sep 20 UTC
8 Likes
techAPJ
(Arpit Jalan)
September 29, 2020, 5:35am
7
This has been fixed as well.
Thanks for the suggestions @nathank .
6 Likes