Questions tagged as 'login'

1
answer

Redirect from Login in html

I'm trying to make a login in html and validate if the username and password are correct with a javascript (for the moment I only see if username and password are the same), and depending on whether they are correct or not redirect me to one pag...
asked by 31.03.2018 / 17:46
0
answers

Facebook Api problems when it is executed from cell phone browser

I made a login with facebook and it's perfect in the web browser but when I try to run it from my cell phone in chrome android it says there are problems with URL, which does not allow the URI entered. In the web of pc this does not happen....
asked by 25.08.2017 / 15:27
2
answers

Problem with Github login in eclipse

I want to share a JavaFx project created in Eclipse Neon .1a Release (4.6.1) in GitHub . I am using the native tools of the IDE, I already made the local repository, I just need to create the remote . Using the Git Rep...
asked by 18.12.2016 / 18:22
2
answers

Log in on node.js

I am new programming in node.js and I wanted to ask you a question: I have the following log in (which works without problem) but I'm not sure if it is the most recommendable way of doing things since I do not know if you are doing it I work in...
asked by 02.01.2017 / 16:30
1
answer

Login with Google (Android Studio)

Good evening, I'm not a programmer but I'm very interested in the subject. I've been guiding myself with tutorials on youtube, mainly Google Login on Android . But trying to test the app with a valid gmail account does not allow me to enter the...
asked by 03.03.2017 / 00:14
2
answers

Password hash with postgres

Today I am facing a new challenge, implement security password with the PASSWORD HASH encryption method, I am working with postgress and php, but browsing the network I find information from md5, which, to this day , it is not safe anymore, and...
asked by 21.03.2018 / 17:29
5
answers

Avoid double login

I'm having a problem with double logging. I want that, when a user is logged into a browser and wants to log in with the same account in another browser, this one does not allow it. How can I do it in PHP? This is my session code: $user_...
asked by 14.10.2016 / 07:42
2
answers

Problem with login

I'm trying to make a login with a database and PHP, which made progress and it seems to work, but lets me enter with any name and password. I set the PHP of the server to 5.6 and I think the problem is using mysql_real_escape_string in...
asked by 28.09.2018 / 07:07
1
answer

Check login in Laravel 5.7 from external script

I have an application in Laravel and I need to check, from an external script, if a user is logged in or not and what it is. For this I use the following lines of code, to load Laravel: require_once __DIR__.'/../../../vendor/autoload.php'; $a...
asked by 17.09.2018 / 08:49
2
answers

How to get the data of a logged-in user to make his profile?

I have only that problem, how can I make it for the user to grasp. This is what I have in login.php <form method="POST" action ="revisar.php" target="_top"/> <table align="center"> <tr> <td> Usuario...
asked by 16.07.2017 / 14:53