aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-17 20:10:43 -0800
committerfriendica <info@friendica.com>2014-02-17 20:10:43 -0800
commitea709361f6a27f3234afbaeb6d3d1759eeca2ee5 (patch)
tree5b36f6d0626c50300ead71c1045a5d6df74806bb /include/identity.php
parentd6ab975b188778a0be936c3065b502e0c58b8c91 (diff)
downloadvolse-hubzilla-ea709361f6a27f3234afbaeb6d3d1759eeca2ee5.tar.gz
volse-hubzilla-ea709361f6a27f3234afbaeb6d3d1759eeca2ee5.tar.bz2
volse-hubzilla-ea709361f6a27f3234afbaeb6d3d1759eeca2ee5.zip
snakebite, cont. magic-auth via openid is now possible, with the caveat that one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index d0fffaede..05a228abf 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -1137,7 +1137,7 @@ function get_default_profile_photo($size = 175) {
*/
function is_foreigner($s) {
- return((strpbrk($s,':@')) ? true : false);
+ return((strpbrk($s,'.:@')) ? true : false);
}