Questions tagged as 'login'

2
answers

How to work with SimpleMembership in ASP.Net MVC in MySql? To deny and allow access to users

When you create a project in asp.net from visual studio, and choose the web application option, it generates some files that allow you to place some headings that are the following: [Authorize] [InitializeSimpleMembership] These...
asked by 16.02.2017 / 17:52
0
answers

Communicate firebase token [closed]

Good, I have a web service and an android application, when I login with a user and pass in android I check it on the server and it returns a token, how can I register this token in firebase? or what I have to do to be able to establish the devi...
asked by 21.12.2016 / 19:58
1
answer

Problem with login in Java with connection to database (MySQL & Eclipse)

I followed a tutorial to create a login connected to MySQL, when running it and enter username and password, it sends me the error message and in the console it shows the following each time you enter the username and password again:            ...
asked by 16.11.2016 / 22:26
0
answers

Installation of phonegap-facebook-plugin doubts

I am following the following tutorial to install the phonegap-facebook-plugin with Ionic link I was able to make it work in the browser with some modifications, but I could never make it work on my android with the cordova APP to connect...
asked by 05.07.2016 / 13:06
1
answer

Login and php addressing problem

my problem is that at the time of entering the login (with the correct data) redirects me back to the index of the login to enter, and when I modify the header (location: index1.php) send me to index1 which is the one I want but it does not let...
asked by 15.11.2018 / 21:17
1
answer

Problem with Java and MYSQL login

Today I come with you because I had a problem with a login I'm doing in Java with a connection to BD MYSQL. My class connection: public class Conexion { Connection conectar = null; public Connection conexion(){ try {...
asked by 19.10.2018 / 04:31
2
answers

Context processor for templates | ValueError - Django

Very good friends, I have my custom context processor, so that it can be used in all the django project templates in the form of a variable: {{ u_model }} This is my context processor: proccesors.py from django.contrib.auth.decorator...
asked by 17.09.2018 / 20:11
1
answer

GoogleUser is not defined - How to solve it?

Hello, I am using google Oauth2 for login and I do not throw anything, I put everything as indicated in your documentation but nothing, run by googleUser console and say that (is not defined) <script> function onSignIn() { /*var...
asked by 01.12.2018 / 04:58
1
answer

LOGIN WITH PRIVILEGE PHP PDO DOES NOT WORK ME - I CAN BE HELPED [closed]

This is the code that fails updated, attached image db <?php session_start(); error_reporting(0); include('includes/config.php'); if($_SESSION['alogin']!=''){ $_SESSION['alogin']=''; } if(isset($_POST['log...
asked by 29.10.2018 / 10:40
1
answer

How to return the user to the main page if they are not logged in or close the session

I need to know how to get the user returned to login.php if he does not have the session started. This is my code: login.php <?php // Include config file require ('connection.php'); if (isset($_POST['usuario']) and isset($_POST['contras...
asked by 27.01.2018 / 02:24