This commit is contained in:
Singularity Viewer
2014-07-09 20:43:16 +00:00
parent 980321b73f
commit dd61225eae
3 changed files with 5 additions and 7 deletions

View File

@@ -20,10 +20,6 @@ if (!$user)
$user->email = $user_email;
$user->is_admin = 0;
$user->is_allowed = 0;
if ($user->email == "ek@krug.dk" || $user->email == "shyotl@gmail.com")
{
$user->is_allowed = 1;
}
$user->login = $user_identity;
if (!$user->save())
{