mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Initials not required for new user that is created at Admin Panel.
Thanks to xet7 !
This commit is contained in:
parent
df26bc9013
commit
9c7c481f48
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ template(name="newUserPopup")
|
|||
input.js-profile-username(type="text" value="" required)
|
||||
label
|
||||
| {{_ 'initials'}}
|
||||
input.js-profile-initials(type="text" value="" required)
|
||||
input.js-profile-initials(type="text" value="")
|
||||
label
|
||||
| {{_ 'email'}}
|
||||
span.error.hide.email-taken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue