Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
336 stars 131 forks source link

No check of valid sender email when not logged in #254

Closed Fasse closed 8 years ago

Fasse commented 8 years ago

http://forum.admidio.org/viewtopic.php?f=3&t=6767

sirnone commented 8 years ago

why you don't use the input type email? then there is a check in the browser directly before the send.

Fasse commented 8 years ago

We always need a server check of input data. Only this check can garantee a defined status. Browser checks are also useful, but depends on browser and if someone want to hack us than only server checks protect the database.