Questions tagged as 'login'

1
answer

Sessions on a login system

I made a login system in PHP where, after authentication, I go back to the index.php page. So far so good, the problem is that when I redirect the user to index.php again, he asks me for the login data. Does anyone know what...
asked by 23.10.2014 / 02:05
0
answers

how do I work with flask-login on a blueprint

I am creating a small application where I created a directory containing a blueprint containing all the pages that are referable to the logged in user, but when the user logs in and is redirected to your page I can not work with flask-login, cur...
asked by 16.12.2018 / 14:00
0
answers

Problems using digital login - Ionic

I'm developing an app, and wanted to do the fingerprint login form. But nothing is working. Code: in the constructor: this.fingerprintOptions = { clientId: 'userId', clientSecret: 'senha', disableBackup: true } No login.ts async...
asked by 16.11.2018 / 20:29
0
answers

MySQL - default-file path mysql does not match the path of the file my.cnf

When I access the database mysql -u userAdmin -p --help I get the following client variable data: Asyoucanseemostofthevariableshavenodefaultvalue.Ialsohaveaccesstothefilesthatarebeingusedtoreadthevaluesofsuchvariables. Sincemymy.cnffile...
asked by 20.11.2018 / 08:06
1
answer

I can not login with cURL in PHP. URL does not change

I am trying to login to a system using cURL. But I can not log in, I think the problem is redirection. I have a website (mysite.com) that has a form. this form calls the submit.php page. On this page I have the following code <?php //peg...
asked by 06.10.2018 / 07:27
1
answer

Use the checkbox to go to an activity

Alright? I'm doing a project and I came across an issue I can not solve. I have already created an activity with login and registration for a user, however my business model accepts two types of users, men or women. For this I created a Radio...
asked by 07.10.2018 / 22:15
1
answer

Login error with Google firebase

I'm new to Android programming and would be grateful if you could help me. I made an app that uses login with Google firebase, works perfectly when I run directly on the mobile but when I generate the signed APK and put it in the internal test o...
asked by 24.09.2018 / 18:22
0
answers

Api facebook login does not return same email requesting field

My facebook api is not returning email field. I saw in a forum post giving the solution to this problem, requesting the field in api, but I did this and it does not work.    Login with facebook api does not return user email Interesting...
asked by 05.09.2018 / 20:51
1
answer

How to do a session

I have a system that has a login page, but it only sees if there is that email and password that the user typed in the database and releases it to the main page. Now I needed to create a profile page for this user so the system needs to know...
asked by 13.04.2018 / 13:58
1
answer

Keyboard bugging image on android [IONIC 2]

I have the following problem: As you can see in the image above, when I click to type in the login and password fields, this white background appears in the image. I imagine the problem is related to the android keyboard, since IOS work...
asked by 23.08.2018 / 03:55