Questions tagged as 'login'

0
answers

How to authenticate a javascript application (browser) in a PHP API?

Folks, I'm trying to develop a PHP API (Laravel) to consume it both in my SITE (angular) and in the mobile applications that I'm going to develop. However, I'm having trouble implementing a secure authentication that allows me to update user se...
asked by 26.08.2016 / 01:40
1
answer

Problem with login system - array

Hello. I'm creating a login system for study purposes. I have identified in the file that is not populating the array with the information of the database ... and yes, I already made sure that the entered email and password already exists in...
asked by 03.01.2017 / 23:23
1
answer

V9 VBA - How do I get the login name? [closed]

I do not know if the question has already been asked, but in VBA is there any function that returns me the username initialized on the platform?     
asked by 31.12.2018 / 13:46
1
answer

How do I sign in with Facebook in React Native in the new format?

I've previously done Facebook integration with React Native, and for that I have changed a few lines of code directly into the Android folder of the Application. But in the application I'm doing now I felt a lot of differences, among them the la...
asked by 22.06.2017 / 20:40
2
answers

How to request day data in SQL with Unix Time Stamp (PHP)

Hi, I'm having one with a question here, I'm creating a code to get how many users logged into my site today, but I saved the last date it logged with Unix Time Stamp. I'm just getting the users who logged in the last 24 hours, but what I wan...
asked by 07.01.2018 / 17:17
1
answer

Laravel - Do not log in after registration ...?

How to remove automatic login after registering? I've commented the following line from the RegisterUsers file: public function register(Request $request) { $validator = $this->validator($request->all()); if ($val...
asked by 01.06.2016 / 16:45
1
answer

How do I sign in and log in?

I have a HTML page with a button for admin before you have a popup login and the php of that login to is in another file. And I wanted to know how to do it so that if he accepts the login, he can always go to that button without having to...
asked by 17.06.2015 / 17:13
1
answer

Unique authentication for multiple projects using Entity Framework

Currently in my solution I have several ASP.NET web projects, each with the default default authentication code of the MVC entity framework (there are small customizations in entities only). The projects share the same entities and the same data...
asked by 19.04.2017 / 18:19
1
answer

How to remove the 'Invalid username or password, try again' message from the CakePHP login page?

I started using the cakephp recently and I created a page from login to my project. The login works perfectly, but is always displaying an invalid user or password. What can I do to display this message ONLY when login is invalid?...
asked by 11.09.2015 / 19:41
1
answer

How do I activate a user's registration by email?

Well, when registering the user has their ACTIVE set to 0, how to send an email with a link so that when clicking on this link the user will update the asset to 1.     
asked by 21.08.2014 / 00:38