Questions tagged as 'login'

2
answers

How to redirect the user to a specific page with PHP? [duplicate]

I wonder how I can redirect the user to the page I want as soon as he logs in? example login: diego.santos password: 12345 wanted to redirect to example id1.php login: santos.diego password: 12345 wanted to redirect to example id2.php  ...
asked by 24.05.2018 / 23:04
0
answers

Refresh only on parial view

I want the user at some point to be logged in to continue scheduling, so I'm opening a login mode, which does the whole login part, so when I return to the screen, the login does not update the information, needed a refresh in this partial view...
asked by 12.05.2018 / 22:02
1
answer

Limiting functions according to access level [closed]

I have form MenuPrincipal and FormLogon , where the latter, after performing login validation queries, calls the Menu and closes. I need to limit some buttons and controls depending on the access level of that user that just logged...
asked by 15.05.2018 / 06:31
0
answers

How to search user login to search data in database?

Good night guys, I'm using this command line, it worked fine with me typing the person's login, but when I try to go based on 'user_login' the page does not even load when I try, I already tried to use it here: $current_user = wp_get_current...
asked by 23.04.2018 / 00:52
0
answers

How do I automatically submit the value to the Google Login field?

Folks, I'm trying to create a faster login, since I have several google accounts. I would like to know how to send the value (email) automatically to the login field? Check the code below ... Am I missing the value of the send call, or is there...
asked by 21.04.2018 / 17:55
1
answer

Login to Facebook - PHP

Colleagues, I am trying to insert the LOGIN option through Facebook into my test application (Local Host), however it is displaying the following error: Mysettingsareasfollows: and Ihavealreadymadeseveralchangesandsofarnothing.Seeingsomevide...
asked by 05.01.2018 / 07:05
0
answers

Security in verifying and validating user with PDO: PHP

I want to create a panel with a secure login environment, using the PDO as a form of validation. To explain, I'm using the IPB forum database, basically I want to take advantage of the same user of the forum and create an environment for the...
asked by 09.04.2018 / 03:56
1
answer

Doubt about Cryptography in passwords [duplicate]

I would like to know the difference between MD5 and SHA256 in passwords. If there is a more secure one and when and when it is better to use one or the other.     
asked by 29.03.2018 / 16:48
0
answers

VB net how to log into a site by form

I'm trying to log into a website with a program here that I did in vsiual studio 2012 with a code that I found, but it's not going to cause the lack of ID Code: Private Sub BtnIrPara_Click(sender As Object, e As EventArgs) Handles btnIrPar...
asked by 15.03.2018 / 22:05
0
answers

Asp.Net Identity stopped authenticating after changing the String Id to Int

I'm developing a system using AspNet Identity, I decided to change the primary key type of string to int, so far so good, the application is registering the right user, but when I log in is not authenticating the user, also no error, just return...
asked by 13.03.2018 / 15:49