"Invalid" email address disables "send email" button on invite without message

So I just spent 5 minutes looking at the Invite User popup and wondering why that “Save and Send Email” button was greyed out.

Turns out I included a space after the email address when copy/pasting it.

afbeelding

4 Likes

Care to try a PR to strip the space?

(the proper solution here though is a combo)

  1. Never grey out buttons, just let user click and fail
  2. Strip emails server side
1 Like

A fix for the trailing space has been merged into core.

The work for never grey’ing out the buttons and displaying proper warnings instead is going to be done at a later time.

2 Likes