Questions tagged as 'login'

0
answers

How to validate life time of Android login

I have already finished my app in android studio, only now I need to do as a type of validation, where my session in a certain time expires and sends an alert and I return to the window of my Login. I clarify this expired session message, sen...
asked by 01.07.2016 / 16:54
1
answer

Pass additional variables to Passport-Twitter

I need to pass an additional variable to the login with Twitter of passport , it would be something like this: app.get('/twitter', function (req, res) { var variableallegar = req.query.idunico; }, passport.authentication('...
asked by 12.10.2016 / 15:21
2
answers

Login from PHP form [closed]

I created a very simple login, this login will receive a password and user that is in a database, the problem is that when you want to enter resutla this error:    Parse error: syntax error, unexpected '$ query' (T_VARIABLE) in   /home/u31458...
asked by 04.06.2017 / 02:59
2
answers

Log in and send data with GAS

I am working with a code that should validate a user and open a form with filtered data for that user. To open the form after validating, use a dynamic method that was published here and works well for me: var rutaWeb = ScriptApp.getService()....
asked by 15.03.2018 / 05:05
2
answers

Error in Login to Web with Facebook in PHP

I think I have configured the application correctly, however, I get the following error when trying to login. ERROR: Unable to load the URL: The domain of this URL is not included in the domains of the application. In order to load this URL,...
asked by 24.10.2017 / 04:01
2
answers

Login PHP gives me a bug in the session_start ()

I'm doing a login with Bootstrap and PHP . And I do not know why the class that has to validate my user gives me failure in session_start() . I need the _SESSION_ to return messages to the login in case of error. Class that val...
asked by 28.03.2017 / 14:51
1
answer

How can I move from one site to another while keeping login from the main site?

I will try to explain as clearly as possible. Esoy developing a system, which includes several apps within the site. The main site controls the user's authentication and shows the apps that the user can access after the LOGIN. User data is lo...
asked by 12.07.2018 / 21:53
2
answers

PHP login with BD, ajax asynchronous connections in js

First of all explain that I am new in this world and try to learn based on trial and error ... to start, I am creating a login against my database using asynchronous connections with ajax where you can access through different users created by a...
asked by 04.04.2018 / 23:32
1
answer

Differentiate PHP sessions between systems

I have encountered the following problem. 2 systems mounted with PHP and access management through the creation of sessions at the time of login. At the time of entering one of the systems, I automatically also enabled the entry to the oth...
asked by 14.05.2018 / 16:45
2
answers

Do not remember Login credentials [duplicated]

I have a login form and I do not want the email and password credentials to be autocompleted, that is, when the user reaches the form it is blank without the previous user's data or the same, and rehearse with autocomplete="off" in for...
asked by 13.02.2018 / 12:30