Questions tagged as 'login'

3
answers

Login problem with password in MD5

Login Form: <form id="1" name="1" action="pass.php" method="post"> <div class="login"> <input placeholder="Usuário" type="text" id="username" size="25" name="name" /><br> <input placeholder="Senha" id="pas...
asked by 14.10.2016 / 02:59
0
answers

Login with Ajax and PHP with redirection

Hello, I'm trying to login, but I'm encountering the following when I log in, it redirects to the same div of the page, instead of going straight to another page. Does anyone have a solution? HTML <div class="loader" style="display: non...
asked by 04.11.2016 / 14:44
2
answers

Validating Login

I'm trying to login but I'm not able to do one thing. First check that the user and password fields are filled in. So far so good. Then I verify that the password and the user are correct. And if it is correct, it will open a new form. But...
asked by 09.10.2016 / 03:07
1
answer

Customizing data from a session array in codeigniter

I'm trying to create an array with the data I retrieve from the database, my code is like this $usuario = $this->input->post("usuario"); $senha = $this->input->post("senha"); $this->db->select('id','usuario','senha','tipo');...
asked by 11.07.2016 / 22:14
0
answers

PHP - Login external sites

I am trying to create a script that connects to an external site (I have the necessary login data in MYSQL database). I would like to know how I can login and fill out a form on a specific page of that site. Example: www.omeusite.com...
asked by 28.06.2016 / 16:41
0
answers

Login and Registration on the same page - laravel 5.2

Hello, I'm developing a web system using laravel 5.2 and I used make: auth to generate the laravel login system, but I came across the following problem: I want to use the same login page on the registration form, but when I click on the s...
asked by 11.06.2016 / 22:40
0
answers

Problems with User Session in PHP

I have a system of bets, in this system I have dealers to sell the bets, and they earn commission for it. The problem is: When many resellers are online selling and posting bets on the system, at some point the dealer's betting line 1 is regi...
asked by 22.06.2016 / 16:23
1
answer

Verification login button Facebook on Android

Good evening, I'm new to programming, I'm starting now. My question is this, I started to study the Facebook Login API, she is logging in normally and forwarding to the next activity, so far so good. The problem is when I close the application a...
asked by 15.03.2016 / 04:25
1
answer

Django-allauth configuration

I'm trying to implement django-allauth in a personal project but I'm not getting it, in version 0.20.0 it's easy but I wanted to try the latest one that is 0.25.2, not me but when access to link does not happen, follow the code: INSTALLED_...
asked by 06.04.2016 / 05:24
0
answers

Redirect user to pages requested after login

Here in the company it is common to pass news links from the portal to others via email, however when the user opens the link he asks for authentication in the system, but after login he is redirected to the home page (index.jsf) and not for the...
asked by 04.11.2015 / 14:10