Questions tagged as 'login'

2
answers

Pass data between forms

I'm developing my CBT and I needed to make the data collected in the register serve as a login, because we do not have a server yet to save this data, so they are being made with ArrayList . Follow the code: public partial class Frm...
asked by 24.04.2014 / 02:04
1
answer

Incorrect Redirection

I'm trying to redirect registered users to the control panel and other visitors to the login page, but I get this message: Login<?php$page="Login"; include "header.php"; $user_error=''; $pass_error=''; if(isset($_POST["login"])){ $usern...
asked by 24.05.2014 / 00:56
1
answer

Logged-in user can login to their login page

When the user logs in he creates sessions and goes to the panel, but he continues with access to the login page. how to send it back to the panel.php when it tries to go to the login page? sessions: $user = $_POST['usuario']; $_SESSION['use...
asked by 01.08.2018 / 02:58
1
answer

Scrapy for login

I got this code from the internet and I changed a little, to log in to the cpfl website, but when I use the command scrapt crawl myproject nothing happens and the command scrapy runspider items.py gives the error error:    No el...
asked by 08.08.2018 / 15:44
1
answer

Error trying to register in C #

I'm creating a program and I need the user to register to log in to it. When running the program, when I try to make a registration this error appears in Visual Studio: "The model backing the 'Bank' context has changed since the database was cre...
asked by 23.06.2018 / 15:40
1
answer

Application for login to another site (Facebook), error "InvalidSubmitError"

My code is this: import robobrowser import re url = 'https://m.facebook.com' loggedin_title = 'Facebook' # isto vai servir para confirmarmos que estamos loggedin, vendo o titulo da pagina para onde fomos redirecionados browser = robobrowser...
asked by 16.01.2018 / 12:25
1
answer

Login with Ionic using laravel for the backend

Good afternoon. Could anyone suggest some tutorial on how to login with ionic 1 using laravel 5 or 5.3 for the backend? Att, Mauritius.     
asked by 16.12.2017 / 20:54
1
answer

Cakephp 3 Permissions - Authentication

Good afternoon, Someone who has already needed to use the restrictions for the user via the bank in an editable way that can help. At first I followed the initial tutorial creating the users and roles tables, but the client asked me to edi...
asked by 19.12.2017 / 20:14
1
answer

Error validating Java user, Spring

I'm having an error while validating the user against the database. I debugged and the data (from the front end) is being received by the API. The method that does the search in the database is correct, but the strange thing is that the user an...
asked by 22.09.2017 / 22:01
1
answer

How to use the token to validate the login of a Django Rest Framework user

Hello, I'm kind of lost as a user authentication by django-rest-framework, I was following the CodingEntrepreneurs channel tutorial in Blog API 32 video ( link ) it explains how to do user authentication via token with django-rest-jwt, but I fou...
asked by 03.09.2017 / 18:30