Questions tagged as 'login'

1
answer

The Page is not redigating properly

I explain here they have helped me to do a controlled login at the moment everything is fine to some extent when adding security.php to the index of the module tells me the browser that is redirecting wrong I do not know because if it has the co...
asked by 22.08.2017 / 15:41
1
answer

Problem Sign in Google when installing generated apk

Good I have an application developed in android studio, the start with google works perfectly when I install it with the computer but when I install the generated apk with android studio it does not log me in, that is, when I hit the button and...
asked by 12.08.2017 / 10:57
1
answer

Verify password with JS and stay in the form

I'm doing a login for a project that needs design in css and js. The problem is that I have a code but it does not work, I would like you to help me with the following: <html> <head> <meta http-equiv="Content-Type" c...
asked by 05.07.2017 / 04:09
1
answer

Log in PHP7

I have a mysql bd in which I have a user with an encrypted key. The registration form is this: link I have a big mess of concepts. My script is as follows: <?php $usuario = stripslashes(trim($_POST['nombre']));; $pass = strips...
asked by 24.06.2017 / 21:51
0
answers

why laravel when uploading a file redirects me to login?

you want to upload a file and bring me the data of the same but when pressing the upload button I redirected to the login and review the middleware session but there is not the problem, but not only is there, when I try to access to a route by p...
asked by 01.06.2017 / 15:02
1
answer

login and redirects

I inherited a small app and I want to add a login. Use md5 because sv has php 5.2 installed. classes / class_user.php function autorizado($pantalla) { require ("../ini/ini.php"); $bd = new ManejoDB();...
asked by 19.05.2017 / 19:07
0
answers

The provided anti-forgery token was meant for a different claims-based user than the current user

Very good. I have a problem with the Anti-Forgery with a somewhat particular case: 1.- I enter the password incorrectly. 2.- I correctly introduce username and password. 3.- I go back in the history. 4.- Enter what you enter gives me the erro...
asked by 28.04.2017 / 09:13
1
answer

Change the default login.blade login to my header Laravel 5.4

I am trying to change my default page login when one does make: auth (login.blade.php) when changing it to my header but I do not understand why it does not work, if apart from the styles to place it in the header everything is the same as the o...
asked by 27.03.2017 / 06:19
1
answer

It does not return variables -

Good morning. I try to login and capture mysql base data in app with ionic and angular. But I can not get the response records. This the controller code of the app: .controller('loginCtrl', function($scope,$http,$ionicPopup,$state,$ionicHistor...
asked by 20.02.2017 / 04:37
2
answers

Error 500 POST with Ionic and AngularJS

I have a problem when trying to perform authentication with Ionic and AngularJs with a Backend in Cakephp 3. Testing with Chrome Postman, everything works perfect. The problem is making the call with the Ionic driver. Here I present all the elem...
asked by 15.11.2016 / 15:44