Questions tagged as 'login'

1
answer

I get this: "Notice: Trying to get property of non-object in C: \ xampp \ htdocs \ 123 \ determ.php on line 192"

I made a login and everything worked perfectly but when I made the registration I missed that error here: if($contra==""){ //si que no existen ningun //contraseña mostramos el mensaje de error $this->Mensaje='<div class="alert alert-dang...
asked by 16.11.2017 / 05:33
0
answers

In ASP, C #, IIS, LDAP capture the user of a domain in another intranet web server

I've seen this on the internet, it looks like what I want but it has not been answered: link Similar : "Good, I have a web application made with ASP.NET and C #. The application will be deployed in an IIS 7. This application can acce...
asked by 12.10.2017 / 16:12
1
answer

enter modem with cURL

I found some examples of login with cURL and I am using this ... <?php error_reporting(E_ALL); ini_set('display_errors', 1); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://myhost/'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);...
asked by 15.11.2017 / 18:07
0
answers

Login to the web using cURL

I am trying to login to a web site through cURL in PHP to later web scraping the resulting page when logging in. I am using the following code: <?php $url = 'URL en la que quiero logearme'; $ch = curl_init(); $parametros_post =...
asked by 08.08.2017 / 22:48
0
answers

Implement login using SQL Server credentials in ASP.NET - MVC

Good morning, I am working on an application with ASP.NET - MVC and SQL Server. I do not have much experience with these technologies, so my question may be a product of my lack of instruction. Can a login be implemented in the applicatio...
asked by 03.07.2017 / 16:54
3
answers

Error logging php in mvc

Good evening everyone, after searching and searching (they are very much sticking with the code and look at things before asking for help), I resort to my first post on this page, because it is something that is bringing me head. I am in the...
asked by 25.05.2017 / 00:57
0
answers

Laravel AdminLTE and Entrust-gui Route :: group error

I have an error in the Laravel enroutado I am using AdminLTE as a design and Entrust for the user level control but I want that when login as admin is redirected to another routa that is in the AdminController and with the same user to have ever...
asked by 28.04.2017 / 15:21
0
answers

Error in Laravel login in navbar made with bootstrap

I have a navbar that I made with bootstrap so that anyone can log into any part of the application in the navbar but I have an error that is driving me crazy and it is that it does not let me login with the dropdown I did for the login and I giv...
asked by 29.03.2017 / 01:03
0
answers

Login system in Lumen

It's my first experience with the Lumen framework (version 5.4.5) and I'm having problems with the login system. The official documentation does not say anything beyond how to obtain the user identified in the system, and what directives to u...
asked by 17.03.2017 / 11:20
1
answer

Facebook signup IOS parse

Good afternoon: When he managed to signup and login with Facebook he saved me the id in Parse but he did not save the email of the user used from Facebook to register. He used oauth in Parse server but I do not know why the email does not appear...
asked by 22.02.2017 / 22:12