Questions tagged as 'login'

1
answer

Login to Swift Authorization

I'm consuming data from a certain API to login, it returns me the% correct access%, and if instead returns ERROR , but I can not do move to another screen if the fields are filled correctly, follow the API code below: let postString = "usua...
asked by 18.09.2017 / 18:10
1
answer

Check Firebase Login

Good afternoon!   I have a difficulty in an app that I'm creating with firebase ... Next, I have the login login and in it I have the login button with the google account, what I want to do is the following, when the person selects the account o...
asked by 03.09.2017 / 18:38
2
answers

How do I align a div inside another div and put 100% sized buttons at the end of the div?

Hello. I'm doing a login screen and would like to center the forms and put the login and forgot password buttons at the end of that white rectangle, which neither the title of the rectangle. I'm using materialize css and am new to html and c...
asked by 29.08.2017 / 19:13
2
answers

$ _SESSION login problem, $ _SESSION ends alone [duplicate]

My login system is not working ... In my project I have a file called cabecalho.php <?php ob_start(); //abrir sessao session_start();//iniciar sessao error_reporting(0); //ignorar alguns erros include("Pdo/conexao.php"); //conex...
asked by 06.09.2017 / 18:27
1
answer

I do not connect to the Panel (Codeigniter)

Good evening, I made a script for content management but when I put my data does not connect, just refresh the page and stay in the same place, put a command to give error but not even that. application \ views \ admin \ login.php: <?php...
asked by 17.08.2017 / 02:12
1
answer

Password Reset

I am making an app but I am having difficulty implementing the password reset option, I use a web server, I would like to know the best password reset option: 1) Secret question chosen by the user at time of registration; 2) Reset porting...
asked by 01.08.2017 / 18:31
0
answers

SQLITE login help

I'm doing a simple login here via SQLite, but when I hit the "Enter" button, it says " Login Failed ") everything is correct in the form; $sqlite = "sqlite:teste.db"; $pdo = new PDO($sqlite); $username = $_POST['login_username']; $password...
asked by 03.07.2017 / 00:57
0
answers

How to insert email and password inside the input inside the Iframe?

I want to know how to enter a value inside the text field inside an IFrame. For example, in this link , there is a simple login. In it, my boss asked me to do the iframe and leave everything typed automatically, just for him to click OK. Typ...
asked by 23.06.2017 / 21:02
0
answers

about login form with session (user disabled) treatment

Hello, good afternoon, I would like to know how do I log in the system does not let the administrator log on that is not enabled (level == 5) I have already tried everything, and the code I am touching is very mixed, I wanted it would do the same...
asked by 30.05.2017 / 21:13
0
answers

Facebook Login returning NULL

Good evening, I'm implementing Facebook login into my application. However, the line below always returns NULL $session = $helper->getSessionFromRedirect(); Does anyone know what might be wrong? Below the full code: <?php ses...
asked by 20.05.2017 / 02:40