Questions tagged as 'login'

1
answer

How to login to AUTH (Laravel) with data coming from a third party API?

I'm developing a news app in laravel 5 for a client, but it already has a working system, and wants me to use the existing database so that system users can sign in to the news app and has developed a jSON API that returns me string(74) "{"Sta...
asked by 13.05.2017 / 19:57
2
answers

PHP Login does not load page

My login system works fine on the machine, but not on the server. For in the page valid.php, which takes the information of the form and verifies in the BD the information. login.php - Login Form <?php session_start(); ?> <form...
asked by 28.04.2017 / 22:42
1
answer

logar problem google on android

I'm having a lot of trouble logging into google with android, I have an app, in cordova, I set up my app, I have credentials on google. I'm following this example: link app settings page on google: link My problem is this part forwa...
asked by 24.03.2017 / 19:14
1
answer

How can I make a password update on a user logged in to Laravel 5.2?

I was trying to change the user's password, but it did not work, someone can help me I'm new to Laravel. public function updatePassword() { $user = Auth::user(); $user->password = bcrypt($request['newpassword']); $user->sav...
asked by 01.04.2017 / 05:37
0
answers

Authentication Login Android

The app I developed for a client is composed of a native login screen and I need to login authentication by sending the access data (user and password) to the client's store URL, valid, then open for him a WebView containing this ASP store with...
asked by 08.03.2017 / 03:30
0
answers

White screen in wordpress login

When trying to login to my wordpress website the screen goes completely white, I searched the net and tested some possible solutions: I increased memory for wordpress (that was not the problem) I renamed the plugin folder to plugin_old and...
asked by 13.02.2017 / 16:20
1
answer

Getting application id and client key from parse server

I'm trying to use the parse server to perform user registration and login for an Android application, but I do not know where to get the application and client key needed for the code below: public class ParseApplication extends Application {...
asked by 12.02.2017 / 02:28
2
answers

Create profile page according to user

I want to make every user registered on my site have their own profile page, where all users will be able to access it and see the information, such as name, email, date of birth, etc. I know 2 things: 1st: How do I get the information in the...
asked by 06.01.2017 / 05:14
1
answer

Login Module with Spring Security

Well, I'm studying Spring Framework and all the other frameworks that it makes available, and I would love to implement a login module. I'm currently using Spring without any use of XML except pom.xml , and many of the sites I access...
asked by 09.12.2016 / 23:07
1
answer

User to log in has 2 types of menus and before that the system must understand if it is logged in or not to display another menu [closed]

Personal in my code above, I'm trying to display 2 types of menu for the user, when logged in, not logged in, in case when logged in he still assembles another menu comparing which type of user is logged in, if it is a user simple or advanced us...
asked by 16.11.2016 / 19:50