Most voted "login" questions
Login is an English term used in the field of computer science, a neologism that means having access to an email account, computer, mobile phone or other service provided by a computer system. This word is formed by the join of log and in.
Learn more…306 questions
Sort by count of
-
0
votes1
answer136
viewsSessions on a login system
I made a login system in PHP where, after authentication, I go back to the page index.php. So far so good, the problem is that when I redirect the user to the index.php again, it asks me for login…
-
0
votes1
answer153
viewsCalendar php with login
I need to make an agenda with login where I register in the system and do login. After login, register my agenda lines in the fields lugar, pais and descrição. I can save as many lines as I want on…
-
0
votes1
answer186
viewshow to use LDAP_BIND in php using NTLM2?
I’m using ldap with NTLM to make SSO "LOGON UNICO" but I’m having a hard time, LDAP_BIND does not accept the hashed password I receive from the browser, my class working with NTLM has the following…
-
0
votes1
answer131
viewsFacebook SDK login Popup
I have a plugin login by facebook, I took this tutorial http://www.krizna.com/general/login-with-facebook-using-php/. so far so good, but I would like to put it to redirect to the same page on which…
-
0
votes1
answer59
viewsSkip User registration activities already logged in the application
Good afternoon. I wish I knew the best way to jump Activities of registration when initializing the application on Android when the user is already registered in the application, as occurs on…
-
0
votes2
answers838
viewsHow to create a button if you are logged in to an account
Hello, I wonder when someone is logged in to create a FILE type button. The registration and login system is created, but I do not know how to know when it is logged in or not. index php.…
-
0
votes1
answer4772
viewsCreate session variable when logging in - Laravel
Good morning, I’m going through a site made in Laravel, which I didn’t do. I need to do the following: When the user logs in, I want to take a specific value ("idLoja" column) from that user in the…
-
0
votes1
answer485
viewsCheck Facebook button login on Android
Good evening, I’m new to programming, I’m starting now. My question is the following, I started studying the Facebook Login API, she is logging in normally and forwarding to the next Activity, so…
-
0
votes1
answer142
viewsHow to use a user’s information in the mysql database on a label? iOS
I’m developing an iOS app that connects to the mysql database and logs in the user using the email and password information, this part is working well. Now I’m wanting to take other information from…
-
0
votes2
answers1901
viewsPHP Logout with Cookies and Sesssions
I’m having a problem when it comes to logout on my site, because when I only use Sesssions it logout normally, but when I use Sesssions and cookies to remind the user, I need to leave twice,…
-
0
votes0
answers404
viewsLogin and Register on the same page - Laravel 5.2
Hello, I am developing a web system using Standard 5.2 and used make:auth to generate the Standard login system, but I came across the following problem: I want to use the registration form on the…
-
0
votes0
answers162
views -
0
votes0
answers37
views'Pdoexception' permission problem
I’m getting a permission error to create the Huge Login: Fatal error: Uncaught Exception 'Pdoexception' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost (using password:…
-
0
votes2
answers754
viewsI want to check if a link has been clicked and redirect it with Wordpress
At the bottom (footer) has an image that is link to a page - external to my site - Google Docs. I want to restrict access to this page of Google Docs as follows: - If who clicked on the image/link…
-
0
votes2
answers1266
viewsLogin within javascript Alert
You can login with unique user and password within an Alert? I wish it was a code like this, I just don’t know how to put 2 prompt in msm popup…
-
0
votes1
answer269
viewsLogin to index screen
Talk to the guys, all right? So I’m developing an application in ASP.NET MVC and I have a login screen, but I include in the login navbar, where the index the user could enter his email and password…
-
0
votes0
answers620
viewsRedirect user to requested pages after login
Here in the company it is common to pass news links from the portal to others via email, but when the user opens the link he asks for authentication in the system, but after logging in he is…
-
0
votes1
answer1148
viewsUser when logging in has 2 types of menus and before that the system must understand whether it is logged in or not to display another menu
Personal in my code above, I am trying to display 2 types of menu for the user, when logged in, and not logged in, in case when logged in it still mounts another menu comparing which type of user is…
-
0
votes0
answers26
viewsHow do I login and enter a user profile?
I have my user registration system and the login in which a command searches the records of login and should return the entry to the respective user profile. In this part I was left aimless. I…
-
0
votes1
answer110
viewsGetting application id and client key from parse server
I’m trying to use parse server to register and login for an Android application, but I don’t know where to get the application and client key required for the code below: public class…
-
0
votes0
answers218
viewsAuthentication Login Android
The app I developed for a client is composed by a native login screen and I need to authenticate the login by sending to the URL of the customer store that is in ASP the access data (user and…
-
0
votes2
answers259
views -
0
votes1
answer455
viewsCustomize data from a codeigniter session array
I am trying to create an array with the data I recover from the database, my code is like this $usuario = $this->input->post("usuario"); $senha = $this->input->post("senha");…
-
0
votes1
answer592
viewsHow do I log into the AUTH (Laravel) with data from a third-party API ?
I am developing a news application in Laravel 5 for a client, but it already has a system in operation, and wants me to use the existing database so that system users can log in to the news app and…
-
0
votes0
answers65
views -
0
votes1
answer740
viewsLogin with Javascript and PHP - Dando Reload sozinho
I have a PHP login system with JS that is giving me a little problem... When I click login, missing the password, not typing anything or typing, it returns me to a window warning if I missed the…
-
0
votes0
answers79
viewsHelp with login by SQLITE
I’m making a login simple here via Sqlite, but at the time of pressing the "Login" button, says that there is no ("Login Failed") everything is correct on the form; $sqlite = "sqlite:teste.db"; $pdo…
-
0
votes1
answer1023
views -
0
votes2
answers1675
viewsValidating Login
I’m trying to log in, but I’m not able to do one thing. I first check that the user and password fields are filled in. So far so good. I then check that the password and the user are correct. And in…
-
0
votes3
answers2526
viewsDownload website with php
good evening, I’m learning to code, and so I’m trying to make a copy of a site with login system, password, and various users, I’m trying to download because it’s one of the ways that I particularly…
-
0
votes1
answer625
viewsError comparing MD5 password in PHP
I’m having a problem in a login form, below follows the current codes. I’m using the method via POST, what happens is that it is not sending the post in MD5 to be compared in DB. In the database the…
-
0
votes0
answers419
viewsLogin with Ajax and PHP with redirection
Hello, I am trying to log in, but I am coming across the following, when you login redirects to the same div of the page, instead of going straight to another page. Someone has a solution? HTML…
-
0
votes2
answers580
viewsLogin with two tables
Gale do not know if I did correctly, I have 2 users, admin and distributor, I created 2 tables, do not know if I did the correct, admin has only id name email and password, already the distributor…
loginasked 8 years, 6 months ago Rafael Moura 165 -
0
votes1
answer301
viewsLogin with Facebook - I can’t login to the app itself with the Facebook account
I have a website, where I included login for users, using the facebook API. Everyone can login normally, but my Administrator login of the application I created for login does not enter, IE, only…
-
0
votes1
answer232
viewsLogin with permissions Laravel 5
I have a login system with permissions done with Auth do Laravel, where there are options "Student" and "Teacher" to choose. For example: if he is a teacher, he will come back with a screen to…
-
0
votes1
answer157
viewsHow to allow one device to be logged in at a time
I have an app that when installed and logged in by firebase, the user will not be able to use your account on another device. In case, if you need to change the device the user will have to ask for…
-
0
votes0
answers22
views -
0
votes2
answers4705
viewsCreate profile page according to user
I want to make every user registered on my site have their own profile page, where all users can access it and see the information, such as name, email, date of birth, etc.. But I don’t know two…
-
0
votes1
answer732
viewsLogin with Ionic using Windows for the back-end
Good afternoon. Could someone indicate some tutorial on how to login with Ionic 1 using Laravel 5 or 5.3 for the back-end? Att, Mauritius.
-
0
votes3
answers1959
viewsHow do I restrict access from a page to logged in users?
I am login and registration system with 2 levels (1 corresponds to the common user and I want it to be redirected and level 2 is ADM, ADM have no problems). Be able to redirect to the site the…
-
0
votes0
answers64
viewsHow to change the wordpress authentication fields?
It was wanting in any theme, to change for the user to log in as if the password were from another field of the same table. Only that I do not know the wordpress login process
-
0
votes1
answer201
viewsHow do I add a Google login option to my website?
I have a site in PHP and I would like the user to have the option to sign in with the Google account, as well as here in Stack Overflow, so he does not need to register. You would need to take the…
-
0
votes1
answer40
viewsDoubt about Encryption in passwords
I would like to know the difference between MD5 and SHA256 in passwords. If there is one that is safer and which and when it is better to use one or the other.
-
0
votes0
answers44
viewsLogin Facekook - PHP
I believe everything is right in the App settings, someone has already gone through it and managed to resolve ? In my settings it’s like this…
-
0
votes0
answers157
viewsWhite screen in wordpress login
While trying to login on my wordpress site the screen gets all white, I searched the net and tested some possible solutions: I increased the memory for wordpress ( that was not the problem) I…
-
0
votes1
answer88
viewsgoogle login problem on android
I’m having a lot of difficulty logging into google with android, I have an app, in Ordova, configured my app, I have credentials in google. I’m following this example:…
-
0
votes1
answer41
viewsLimiting functions according to access level
I have the form MenuPrincipal and the FormLogon, where the latter, after carrying out the login validation queries, calls the Menu and closes. I need to limit some buttons and controls according to…
-
0
votes2
answers254
viewsHow to redirect the user to a specific PHP page?
I would like to know how to redirect the user to the page I want as soon as they log in? example login:diego.santos password:12345 wanted you to redirect to id1.php example login:santos.…
-
0
votes1
answer565
viewsHow do I run the Menuiten.Click event in an if? Delphi loop
I’m putting together the login part of my system, only I’m facing a big problem. My cancel button from the login screen needs to receive two features. The first is that being clicked before the main…
-
0
votes1
answer85
viewsLevels of login access
How can I make it only show to the user who is with $cargo == 'Administrador'? I saw many being used with number, but I want to leave registered with name Administrator or Visitor and so in the…