Questions tagged as 'login'

1
answer

Login with permission levels [duplicate]

I have a login system that, in case the user is an administrator, will be redirected to one page and if it is common, for another. This column ativo is what defines whether a user is admin (1) or not (0). identifiant | senha |...
asked by 25.09.2017 / 14:59
1
answer

How do I check credentials before logging in to Laravel 5.3?

My application uses Laravel's ready authentication, however I'm requiring users to log in to it from a webservice. So what I'm trying to do is that if the guy exists in the application database, he does Laravel's native authentication, if not...
asked by 11.01.2017 / 21:19
1
answer

Error trying to log in PHP

I created a basic login with php for the site I'm developing, but when trying to log in, the following error occurs: "invalid user or password" , this error is in the code, but I do not understand why it happens, since I already checke...
asked by 16.01.2017 / 20:10
1
answer

Error selecting multiple data in php login

I have a simple script that allows a user of my site to view their data on a page, for example: name, email, age, image. See the script below: <html> <head> <title> Login de Usuário </title> </head> <body...
asked by 16.06.2015 / 19:52
1
answer

Android save user profile picture

I am wondering what is the best method to save the user profile image of the app I am developing, where on the login screen will load the user profile picture and home screen as well. By the research I did have 2 ways: 1st) Save the image in...
asked by 22.12.2015 / 01:25
2
answers

Problems with CAKEPHP login 2.6.1

I am having problems with the login of the CakePHP site, I am following the example that is described in the site, however informing any user or password, even if it is not registered in the bank, it allows access to the features. The followin...
asked by 18.01.2015 / 22:09
1
answer

Login with facebook api does not return user email

Greetings galera, I spent hours and hours researching some solution to this problem, including here on the site, but I did not find anything that would help me. I'm implementing a facebook site registration using facebook's api directly. I...
asked by 29.07.2015 / 05:00
1
answer

Using Facebook Login on Windows Phone 8.1

I am developing a Windows Phone 8.1 application and it is necessary to use the Facebook login. Would anyone have an example of how to do this login? Thank you in advance.     
asked by 28.01.2016 / 20:14
1
answer

Open Login Facebook according to platform

I'm using the SDK - PHP to log in to Facebook, when I access it through a PC it opens the normal facebook site, but when it opens through the cell phone it opens the site through the browser as well. Can you open the application if the user is o...
asked by 06.11.2015 / 20:39
1
answer

Error with facebook login in php

I'm having a bad time connecting to Facebook using sdk php.: settingupfacebookdevelopers: codesnippet:loginfacebook.php Can you help me? Note: I'm still developing, so I use the same localhost.     
asked by 04.11.2017 / 20:00