Questions tagged as 'login'

1
answer

How to do a session

I have a system that has a login page, but it only sees if there is that email and password that the user typed in the database and releases it to the main page. Now I needed to create a profile page for this user so the system needs to know...
asked by 13.04.2018 / 13:58
3
answers

MySQLi + num_rows after a table query

This is to be a login system with access levels that I am trying to do, but this is giving an error. What am I missing? I've tried everything and nothing. I have already looked at the PHP documentation and nothing. I wanted it to be obj...
asked by 11.12.2017 / 13:58
1
answer

Slow down file restricted file

I have a file in php proceso.php that receives information in looping via jquery and makes a request to another page with curl, this file does something around 4 to 5 thousand requests one by one, everything worked much more after I restricted a...
asked by 04.11.2017 / 05:36
1
answer

Login Spring Boot + Spring Secutrity + Angular

What is the structure used for the combination Spring Boot, Spring Security and Angular Js to manage the login and the Spring application will be in rest. Will the login controller be in rest format too or will it be in the ModelAndView frame...
asked by 18.07.2017 / 21:40
2
answers

LARAVEL Login by email or username [closed]

Hello, I am developing an application in Laravel 5.2. * and need to implement a login system by username or login, does anyone have any idea how to configure or do this type of method?     
asked by 11.06.2017 / 19:08
1
answer

How to create a form and authenticate Django user

Good night everyone. I'm developing a project in django just for educational purposes and I could not find a solution to my problem. I could not generate a form for the user to log in, much less authenticate this user. I've already been...
asked by 26.02.2017 / 04:01
2
answers

Login Form

My login screen form HTML login.html ): <form class="form-signin" method="post" action="login.php"> <span id="reauth-email" class="reauth-email"></span> <input type="email" name="user" id="user" class...
asked by 12.01.2017 / 00:40
1
answer

Validate PHP login

Well, I'm trying to log in to the little project and I'm having trouble if the $ login is correct go to the shopping.html if it is wrong, the wrong login or password appears. $login = mysql_query("SELECT Nome, Password FROM tb_utilizador WHERE...
asked by 02.06.2016 / 13:26
1
answer

Back 2 pages with php / create session of last accessed URL

I would like to know how to create a session of the last url accessed, why this: I have a login system on the site that if the person clicks buy in the product and is not logged in, it is directed to the login page, after login, it is redirected...
asked by 07.03.2016 / 13:28
1
answer

Error declaring variable in login system

I'm doing a login system and now I come across a "Notice" that indicates that my Variable is not set. This variable is not entered by the form. It is defined by a function that will generate a key. KeyGenerator() ; I checked several ti...
asked by 27.02.2016 / 13:51