]> 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>
Mon, 23 Jun 2025 20:54:01 +0000 (22:54 +0200)
commitdfe05b9344580fd4c98a4b9db04ffd4819b900e1
tree0170a791c31573c543ad0d4eb6b2ba7e7aab5b6e
parent8797ea38734e0c2980c0426459ef08578325721a
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