]> git.mxchange.org Git - friendica.git/commit
Changes:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Sep 2022 08:20:56 +0000 (10:20 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Jan 2024 00:03:00 +0000 (01:03 +0100)
commit95aa77647bee6303eb1abe2949ec0608d59d020e
tree3715648a928748156b95bbd1087427b77fe900f7
parent3bca4fe2a64671d09e08346456cdfa6c12f996e9
Changes:
- on local networks (LANs) you may not always have valid email addresses, e.g.
  mine here are structured as user@host.local which are not valid and won't
  pass validation check.
- for these rare cases you can bypass the regex check but be warned to NEVER
  do this on a public server!!!
src/Model/User.php
src/Module/Invite.php
static/defaults.config.php