Questions tagged as 'login'

1
answer

Problems Login Python Selenium, Urllib, Urllib2, request!

I want to login to this page: https://onevideo.aol.com/#/ and I have tried with request, selenium, urllib2, urllib, mechanize ... and I have not even been able to find the username xpath and the submit button. Better said, if I find them...
asked by 11.10.2017 / 20:15
1
answer

Error Key Hashes login with facebook

I have to login to facebook with a button and followed the instructions given to you in facebook developers and when I tried the application the first time if it worked correctly, but when I tried it again I got this error And the keys tha...
asked by 14.09.2017 / 14:42
2
answers

Go through each index of the indexed array, and from each index extract the preset user with JQuery

Good! It's my first year studying javascript, I have a task that I need to make a kind of order pages, to make things easier for us, the teacher asked us to add users directly to clients and officials (two types of users) in associative arrays a...
asked by 05.07.2017 / 13:21
3
answers

create a login system with php

I need to do a PHP login system, I found a page where there is a guide. This works well but I do not know if it is the most correct and safe way to create the login. link: PHP login creation guide database CREATE TABLE 'usuarios' (...
asked by 25.07.2017 / 01:47
1
answer

How to create login for different types of users in laravel 5.3

Hello, I have a question, I am working on an intranet system for a school in which I have: As you can see I have several types of users and each one has its model and controller with its methods (index, create, view, delete, etc). My qu...
asked by 07.11.2016 / 16:44
1
answer

Symfony login returns Invalid credentials

I am developing a login with Symfony 3.4. When I try to login with this login I get the error Invalid credentials. . I followed and implemented the login by following the link tutorial . In my database I have the following: Whose stru...
asked by 16.12.2018 / 21:49
1
answer

Key Hash Invalid

My application is already available in the playstore, but for some reason the login with facebook does not work for me, it mentions that the key hash is invalid, when I already generate the hash for the production mode keytool.exe -exportcert...
asked by 30.10.2018 / 18:44
1
answer

Notice: Undefined index in a login with PHP and MySQL

I am creating a system where 2 logins, administrator and teacher can be made. The Administrator login works, but in case the user or password is incorrect, this error is marked. So far so good, but in the Professor's Login, I always see that err...
asked by 11.06.2018 / 06:26
1
answer

Send error message when entering incorrect data in login with php

I'm new to this php. I successfully made a login in php, I can enter my data and validate it to see if the correct data is in the database. But when I enter some incorrect information, all it does is send me back to the login page (login.p...
asked by 02.05.2018 / 00:04
0
answers

Login with client certificate

Good morning I am developing a web application using MVC 5 and C #, in which I have a login system using a username and password that works correctly. Now I want to add a login system using Certificates. Currently my web application alread...
asked by 19.01.2018 / 11:27