Questions tagged as 'login'

1
answer

Access web django through Moodle

I'm trying to access my Django application through Moodle, I've been reviewing 3 ways: External Tool (LTI) External Database Connection URL The simplest I have found is through the URL resource, but the problem is that it is very inse...
asked by 06.01.2018 / 20:03
1
answer

problems with client or login openshift

Good morning I'm trying to login from the openshift client (oc.exe) and whenever I do I get this error: C:\Users\Tomas>oc login Server [https://localhost:8443]: https://github.com/XXXX/XXXXX error: invalid character '<' looking for be...
asked by 13.12.2017 / 23:10
1
answer

mysqli_stmt_bind_param () expects parameter 1 to be mysqli_stmt, boolean given?

I have my php code for the connection to the database but it sends me that error on line 13 and 14, I can not find a solution, I attach my code $con = mysqli_connect("localhost", "root", "","SaveMe"); $Usuario = $_POST["Usuario"]; $Contraseña...
asked by 10.10.2017 / 19:08
1
answer

Selenium element not visible Python

I am trying to log in to a site urgently through Selenium. All the sites in which I try to log in I could except this one. After putting this part of the code shows me a Python 2.7 error: Traceback (most recent call last): File "<stdin>...
asked by 04.10.2017 / 17:36
0
answers

JPA Query to login

Good evening, stackOverflow colleagues, I have a problem when creating the next method that validates a login. public Usuarios loginExist(String username, String password) { try { EntityManager em; EntityTransaction t;...
asked by 24.09.2017 / 02:57
2
answers

Redirect after login

Good day, today is a bright Sunday around here. So I will not waste too much time. The whole first part works great. The problem is when SWITCH appears. there or verify that it is well logged but it does send me to the case page. So I guess the...
asked by 24.09.2017 / 17:03
0
answers

Validate values from application .net mvc5 & bootsrap to sql?

I'm new to this. I am doing a login in .net mvc5 with bootstrap, I already made my connection with sql, I just want to know how to take the values that insert in "name" and "password" in sql when pressing the "login" button. <form role=...
asked by 27.09.2017 / 16:35
2
answers

Does not recognize the profile of the user who enters the system

I have the following code: <?php session_start(); if (isset($_POST['token']) && $_POST['token'] !== '') { //Contiene las variables de configuracion para conectar a la base de datos include "../config/config.p...
asked by 28.09.2017 / 17:21
1
answer

help with php and jquery function

Hello, I happen to have the following: $("#frmAcceso").on('submit',function(e) { e.preventDefault(); logina=$("#logina").val(); clavea=$("#clavea").val(); if ((logina!="") && (clavea !="")) {...
asked by 09.09.2017 / 06:03
2
answers

How to limit login to a SessionScoped user per session in jsf?

Good morning, I am developing an incident resolution application in jsf2.0 and bdd postgres, the main features and I have lists but I require that the user can only enter once per user, I was using a static array in my controller @SessionScop...
asked by 04.09.2017 / 16:09