Questions tagged as 'login'

2
answers

Controlling PHP sessions with Codeigniter

Good morning, I'm new to programming with PHP and I have a question: I've already developed the login system and it's working properly, now I'd like to control access to the other pages of the application, access internal pages if you are...
asked by 26.01.2017 / 14:50
1
answer

Saving users in DB

Good morning. I have a login and registration system via PHP, with MySQL database. In this database I have a table with login, password, name and other details of the users. When implementing the Facebook login, I had a question. To sto...
asked by 23.07.2016 / 09:41
1
answer

Return to previous page after logging into facebook oauth

I use the default login system, it asks you to insert App ID and App Secret the URL that will return after requesting the login to the user, my doubt is, how to do to return the url in which the login was requested. on several pages will b...
asked by 20.07.2015 / 00:11
1
answer

PHP codes register but not login

I have 6 pages in PHP, two of which present me with problems: entry.php (where the database connection data is) client.php (this is the login page, html formatting only) login.php (file that checks and logs in) vip.php (this pa...
asked by 28.02.2015 / 19:47
1
answer

How to create a login with different levels of permission?

How to create a login with different levels of permission? Is it necessary to create a table in the database to log in? I have read about formsauthentication, cookies and etc, but I still do not quite understand it.     
asked by 22.09.2014 / 01:02
1
answer

How do I display the "Login successfully" message to the user?

import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular'; import { trigger, style, animate, transition } from '@angular/animations'; import { AuthProvider } from '../../prov...
asked by 23.08.2018 / 20:06
0
answers

Login page problem, redirect

It works fine, it does not let pass the credentials that are not configured. But at the time of redirecting it to the other, it does not work. session_start(); if (!empty($_POST)) { $isim = $_POST['login']; $sifre = $_POST['password']...
asked by 29.03.2018 / 00:56
0
answers

laravel 5.4 passport - authentication 3rd party login

I have this system that I developed. It is developed in reactjs + redux + sagas in the frontend and RESTFUL API in the backend in laravel. BUT in the company where I work, there is a requirement that the login be centralized and provided by a...
asked by 23.04.2018 / 15:56
0
answers

APi Facebook login Blocked URL

I have a problem maybe common for some, integration with 'Facebook login' I have already seen some referring post but I have not been able to resolve yet. link I have already configured on facebook, informing the necessary domains, but w...
asked by 22.04.2018 / 18:10
0
answers

CURL PHP Automatic Login

I'm fine-tuning an application that I did some time ago, I try to login via CURL, but I can not make the application work with the cookie collected during the login via CURL. I can save the cookie but not use it. I'm not sure if I'm getting in t...
asked by 14.12.2017 / 22:36