Questions tagged as 'login'

1
answer

Error logging in gmail - Permission denied to generate login hint for target domain

I'm trying to implement gmail login on my website, however, the same as the following error screen: I saw in some other questions that the problem would be because the link is with ip, instead of localhost or a domain actually ex: mydom...
asked by 09.11.2017 / 19:06
0
answers

How to do a return from a Stored Procedure - MySQL

I'm doing a login screen, but I can not return the ID of the selected user. DELIMITER $$ USE webnote $$ CREATE PROCEDURE login (IN email2 varchar(60), senha2 varchar(16)) BEGIN if EXISTS(select id_aluno from aluno where email = em...
asked by 20.11.2017 / 20:13
0
answers

Download html post-login screen in python

Hello, I'm wondering if there is any way to get a url from a site, password and login strings and simulate a clause to go to the next page (already logged in) and download the source code from it. Note: I just want to use the urllib library and a...
asked by 04.10.2017 / 03:21
1
answer

Recording Sessions in the Browser

How to record sessions in the browser with php. I currently have a login system, and always validate the [$_SESSIONS] in the browser, but every time I close and reopen the browser, login no longer exists. How best to store your data...
asked by 04.09.2017 / 15:51
0
answers

Authentication with NodeJs and MySQL? [closed]

Does anyone know any article / tutorial / code that teaches you how to create a session login system or cookies using Node.Js + MySQL?     
asked by 08.07.2017 / 18:35
2
answers

How to create a password mask in C

I created this code in C to generate masks in the password, but it does not let you delete the characters afterwards nor save the variable correctly. What can it be? Follow the current code: void login(){ int i,tam; char usuario[80],...
asked by 07.06.2017 / 15:12
1
answer

Bring Sdk facebook javascript data

I am accessing the facebook API with sdk javascript I created my app, load window, logo and access, I need the data now to send to the bank, I am having difficulties in that, I asked in the script to bring the email for example and the return is...
asked by 05.03.2017 / 17:48
1
answer

Help with login system [duplicate]

I'm setting up a login system. But I can not validate the password you entered. When I try in this way it accuses the wrong login / password. But I already made sure, the login and password are correct: <?php require_once 'init.php';...
asked by 09.01.2017 / 20:57
0
answers

User logging into other accounts

Hello, I'm in the middle of this because I do not know what to do with this problem that's haunting me for days! Yesterday practically from nowhere (seriously, from nothing at all) started this problem, where the user logs into their user normal...
asked by 04.12.2016 / 22:11
0
answers

Login system and password without database is not allowing access

When the script below is tested it does not give a return that the login or password is invalid. However from what I understand the code is right. What's going on? <?php session_start(); //O campo usuário e senha preenchido...
asked by 10.08.2016 / 21:45