Allow shorter names when signing up #44

Closed
opened 2022-03-15 14:21:22 +00:00 by knoflook · 2 comments
Owner

when a user is signing up they are asked for first and last name. there is a 3 character minimum. some people have shorter names, this requirement should be removed.

when a user is signing up they are asked for first and last name. there is a 3 character minimum. some people have shorter names, this requirement should be removed.
Owner

won't change now but yep, that can be tweaked in

<label for="first_name">First name:</label>
<input type="text" name="first_name" value="{{ first_name }}" minlength="3" />
<label for="last_name">Last name:</label>
<input type="text" name="last_name" value="{{ last_name }}" minlength="3"/>
. added this to the kanboard.

won't change now but yep, that can be tweaked in https://git.autonomic.zone/ruangrupa/members.lumbung.space/src/commit/880c0d1b8fbb7414cd4d09485ac98229ea6f27e6/members_lumbung_space/templates/register.html#L19-L23. added this to the kanboard.
Author
Owner

fixed in 43e3ac855d

fixed in https://git.autonomic.zone/ruangrupa/members.lumbung.space/commit/43e3ac855d47b78a71eb31b0649a688b2334623b
Sign in to join this conversation.
No description provided.