X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=96bc7f9e87d6ab10c5e723324f11d31b4eeb9b03;hp=68e041883b798d334a22bb42f878a3c67d3f5026;hb=8b0992347fdfdb40715268bb07481d35fc5191fb;hpb=e77392cc2a719cd0f3817e9092a3978cb5de23d3 diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 68e0418..96bc7f9 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2451,6 +2451,14 @@ class Brisk } else { $login_exists = $bdb->login_exists(strtolower($name_new)); +/* +TO ENABLE USER-LOGIN ONLY +- $login_exists = $bdb->login_exists(strtolower($name_new)); ++ // $login_exists = $bdb->login_exists(strtolower($name_new)); ++ // Force access with login and password ++ $idx = -3; ++ return (FALSE); +*/ } } else {