Questions tagged as 'login'

1
answer

Sign in with multiple users

Well, let's see if anyone can guide me better my problem, I'm using a code in JS to be able to login, being it I use in index <script> $(function(){ var $form_inputs = $('form input'); var $rainbow_and_border = $('.rai...
asked by 24.08.2018 / 04:18
0
answers

How do I sign in with Facebook on Firebase in a React Native application?

I'm trying to use Firebase to sign in with Facebook, but I'm not getting it from the documentation available on the firebase website. What I want to do is sign in with Facebook using the Firebase feature. If someone has already done this...
asked by 15.08.2018 / 14:27
4
answers

Login condition with user or email in the same field

I am creating a system for schools, where the teacher, when registering, inserts data such as name, email, user and password. So far the teacher can log in with email, but I wish I could login with the name too (I made changes but this is giving...
asked by 09.05.2018 / 15:45
0
answers

Problems with Logout Google Api - PHP

I have trouble logging out with google social login. I defined a config_google.php file, this being the one: $googleClient = new \Google_Client(); $googleClient->setClientId("1001242887386-2gc1fg95kro8gpo9hrbg7a06iv6hh9iu.apps.googleuserco...
asked by 20.07.2018 / 04:52
1
answer

Preferences created in Android Studio with connection to Firebase are not persisting

We've just started to develop an application. We chose to connect to the Firebase database using an email user and password. Normally login and create new users, however, my Preferences class is not saved, and every time I close the application,...
asked by 08.07.2018 / 21:16
0
answers

The modal form appears messy

I need a little help. My modal form appears messy when I put it inside my project. On the other hand, when I create a separate page, it appears perfectly as it should be. Here is the code: input[type=text], input[type=password] { width...
asked by 05.07.2018 / 19:40
0
answers

Logging in with Jsoup

I'm trying to log in with JSoup on this page here, however I have some issues with doing this. Hereisthehtmlpageurlistheonehere( link ) <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/><...
asked by 15.07.2018 / 04:55
1
answer

Modal Form Login appears once and disappears at the same time

I have a problem here with this modal form. JS works fine, but the modal window pops up and disappears quickly. How to solve? <a href="" id="signin"><li>Entrar</li></a></a> </ul>...
asked by 04.07.2018 / 21:24
0
answers

PDO - Session Authentication

Hello, I'm creating a form using PDO SESSIONS authentication. Connection to the database is OK, but when I do the following test of the logar.php file the code always goes to the else "Gave error!" I am trying to make a simple login with admi...
asked by 27.06.2018 / 06:36
1
answer

Blocking routes for logged in users

I am making an application and now that it is almost complete I was testing the attacks. I noticed that with the ngRoute routes the application is vulnerable to url entries. Example, the application starts redirecting to the login page, but i...
asked by 21.06.2018 / 19:48