List-of-emails widget for invite new users

Bug #327723 reported by Paul Everitt
2
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Balazs Ree

Bug Description

As moderator, go to a community and click Members. You'll see an action "Invite New" that leads to karl.views.members.invite_new_user_view.

This view uses the karl.views.members.InviteNewUsers form. The email_addresses field is a textarea returning a string. We need a validator:

- Return a list of unicode strings

- Strip space on each line

- Don't return empty lines

- Raise a validation error if:

  o Empty

  o One of the lines doesn't look like an email address (using FormEncode.validators.Email or something similar)

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

If this is quick, let's do this soon.

Changed in karl3:
assignee: nobody → ree
importance: Undecided → Medium
milestone: none → m2
Balazs Ree (ree)
Changed in karl3:
status: New → Fix Committed
Changed in karl3:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.