MidnightRiders / MemberPortal

Members-only application for the Midnight Riders
MIT License
2 stars 0 forks source link

Invited Users emails should not allow spaces #8

Closed bensaufley closed 7 years ago

bensaufley commented 7 years ago

Relative.info['invited_email'] currently allows spaces, which will throw off the match for User#family_invitation. We should strip spacing before saving the record.

bensaufley commented 7 years ago

Resolved by #9