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
-
-2
votes1
answer56
viewsDoubt about finding information in the database
I’m trying to make a simple system of login, would like the system to check the logins that are already registered in the database, so that you have no more than one equal registered. I am using the…
-
-2
votes1
answer30
viewsLogin PHP + COOKIE + AJAX
after more than 20 years without programming in PHP, I decided to make a "system" of scheduling clients for my girlfriend. But I am going through a problem that is leaving me with more gray hair.…
-
-3
votes1
answer173
viewsIn a login system, will all tables be connected with the user table?
I am creating a system for barbershop and would like to make a login system for each user, where the user would register his trade, employees, etc. In my database I have the barber and customer…
-
-3
votes2
answers936
viewsjava login screen and Mysql database
I am validating the login of a simple system but giving an error does not login I will send you the code of the class and the moment I try to log in. Lojabd class that validates the user class that…
-
-3
votes0
answers21
viewsShell Script: how to log into a php web application using Curl?
Good morning guys, I’m new here... actually, I just made this account for a specific question, because I didn’t find anything relevant to solve my problem. Anyway; I am trying to log into a php web…
-
-4
votes2
answers47
viewsLogin function does not access the register, which has already been entered
Function: Log in and Register() def Logar(pessoas): from Funções_pt.cores import vermelho usuário = str(input('Nome de usuário: ')).strip() senha = str(input('Digite sua senha: ')).strip() if…