Questions tagged as 'login'

1
answer

Extract data from an array

I have the following code: <?php require_once './app/autoload.php'; if (!isset($_SESSION['twitter_session'])) { header('Location:' . URL_BASE . '/index.php?access=denied'); } if (isset($_POST['send'])) { $user = trim(filter_input(...
asked by 29.06.2017 / 01:30
1
answer

Login Authentication / JsonObject

   I have a get code that gets the email and password from the database. But in getString it only compares to a term, how do I use equals with all users of the database and do not filter by ID. . That's my code: private class UserLoginTask e...
asked by 15.05.2017 / 21:34
1
answer

Authentication with Facebook and Google in Firebase - Android Studio

I'm developing an Android application, with Android Studio, using Firebase initially for user authentication. The code is too long, so I will not copy it here, but it's available at Github . The Google login has already been implemented, t...
asked by 21.04.2017 / 00:46
1
answer

How do I get the MenuIten.Click event to run in an if loop? Delphi

I'm setting up the login part of my system, but I'm having a big problem. My cancel button on the login screen it needs to receive two features. The first is that being clicked before the main system screen is opened the application is all finis...
asked by 10.04.2017 / 14:44
2
answers

Login with two tables

Gale I do not know if I did it right, I have 2 users, admin and distributor, I created 2 tables, I do not know if I did the correct one, admin has only id name email and password, since the distributor has id name email password and other fields...
asked by 06.11.2016 / 01:28
1
answer

Login with Facebook - I can not log into the application itself with the developer account

I have a website, where I include login for users, using the facebook API. Everyone can log in normally, but my application Administrator login that I created for login does not go in, ie, the only login that does not work is my admin applica...
asked by 16.12.2016 / 04:11
1
answer

Error when comparing MD5 password in PHP

I have a problem with a login form, below the current codes. I'm using the method via POST, which is that it is not sending the post in MD5 for comparison in the DB. In the database the password is already registered in MD5, but when sendi...
asked by 17.10.2016 / 20:59
1
answer

Login with Javascript and PHP - Dando Reload alone

I have a PHP login system with JS that is giving me a little problem ... When I click on login, the password is not typing or typing, it returns me to a window warning me if I have not found the password, field blank ous and logged, only the mes...
asked by 22.07.2016 / 15:50
2
answers

I want to check if a link was clicked and redirect it with Wordpress

Footer ) has an image that is link for a page - external to my site - from Google Docs. I want to restrict access to this Google Docs page as follows: - If the person who clicked on the image / link is not logged in , I call the login.php...
asked by 02.09.2015 / 00:58
1
answer

how to use LDAP_BIND in php using NTLM2?

I'm using ldap with NTLM to do SSO "LOGON UNIQUE" but I'm having a hard time, LDAP_BIND does not accept the hashed password I get from the browser, My class working with NTLM has the following variables: $auth = getAuth(); //RETORNA O NTLM...
asked by 23.10.2014 / 19:16