Questions tagged as 'login'

1
answer

How do I put the title of the HTML page according to the user name in the database? [closed]

Hello, I'm creating a login and registration system, and I want it when the user finishes registering and logging in the first time, the title of the site page is named. Type like this: <!DOCTYPE html> <html> <head> <...
asked by 16.07.2015 / 14:23
1
answer

Login with facebook

I have a question regarding login through Facebook. I have a database with a users table and I have a normal registration and login system, but I wanted to implement the login system through Facebook. How do I tell the system when to regis...
asked by 19.05.2015 / 23:36
1
answer

Error validating login

I have the following code: package br.edu.utfpr.exer07; /* 7) Implementar uma interface que contenha os métodos à ser usados: a. double soma(double valor1, double valor2, double valor3); b. String calculaTabuada(double tabuada...
asked by 25.05.2015 / 01:57
1
answer

How to redirect the user to a specified page after login

I am able to login by user type: admin or common. And I'm using:    [Authorize (Roles="Administrator")] and   [Authorize (Roles="Common")] Within the Controllers I want to restrict by type of user that can access it. But I would like to m...
asked by 21.10.2018 / 02:22
1
answer

Woocommerce customer registration [closed]

Personal I have a project where I need to customize the registration form of Woocommerce, it already has email and password. But I need to add the CNPJ field and validate if it is true, and this information should also appear on the account deta...
asked by 10.07.2018 / 14:44
1
answer

Redirect after receiving response from the server?

I have an application that the front end is VueJS / Quasar and the server is hapiJS. I'm working on the login part and would like to know how to redirect the page after receiving confirmation from the server that the login information is correct...
asked by 25.08.2017 / 16:56
1
answer

Session library for NodeJS / HapiJS?

I'm doing an email application and got to the part where I need to do the session and login part, but I've never done it before, I'm using HapiJS as a server and I'd like to know which session libraries are best, and what other resources that I...
asked by 24.08.2017 / 22:00
1
answer

Login with Play! framework

I'm trying to create a system login but I have the following problem: public Result salvaNovoUsuario() { Form<Usuario> formulario = formularios.form(Usuario.class).bindFromRequest(); if (validadorDeUsuario.temErros(formul...
asked by 27.06.2017 / 20:23
1
answer

How to parse authentication in a website that needs to login and parse its HTML content?

I need to parse the content of HTML tables of a website, but to access the page you need to sign in. How do I parse this login, this authentication? Can be with any parser. I've looked, but I have not found anything yet.     
asked by 08.02.2017 / 02:11
2
answers

sql command does not run via php

I'm having a problem with my bd query. I want to make a login page with the following form: <form method="post" action="Login.php"> Email:<br> <input class="form-control" placeholder="Seu email" type="text" name="em...
asked by 10.01.2017 / 20:07