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.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user